diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-06-23 18:30:03 +0900 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-06-23 08:12:38 -0400 |
| commit | 39155afe6afe7b3c15d0a47199bd5975a8163eca (patch) | |
| tree | 13b66e927ac93d5d8d5a5f93e3e869ea4157aa35 /src | |
| parent | db12e6fc890868568418f861654eea5a412c4cfc (diff) | |
fix Ccache.hs haddock
The Hackage API docs for the 3.1.0 release of propellor failed to build
due to my use of '^' in a comment in Ccache.hs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Ccache.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Ccache.hs b/src/Propellor/Property/Ccache.hs index 54d84279..c0b8d539 100644 --- a/src/Propellor/Property/Ccache.hs +++ b/src/Propellor/Property/Ccache.hs @@ -100,7 +100,7 @@ group@(Group g) `hasCache` limit = (make `requires` installed) <!> delete , groupWriteMode , setGroupIDMode ]) `onChange` fixSetgidBit - -- ^ we use onChange to catch upgrades from + -- here, we use onChange to catch upgrades from -- 3.0.5 where the setGroupIDMode line was not -- present & hasLimits path limit |
