From 39155afe6afe7b3c15d0a47199bd5975a8163eca Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 23 Jun 2016 18:30:03 +0900 Subject: 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. --- src/Propellor/Property/Ccache.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Ccache.hs') 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 -- cgit v1.2.3