summaryrefslogtreecommitdiff
path: root/src/Propellor/Property.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property.hs')
-rw-r--r--src/Propellor/Property.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property.hs b/src/Propellor/Property.hs
index 40eb5d52..e9c8cf23 100644
--- a/src/Propellor/Property.hs
+++ b/src/Propellor/Property.hs
@@ -43,8 +43,8 @@ flagFile' p getflagfile = adjustPropertySatisfy p $ \satisfy -> do
onChange
:: (Combines (Property x) (Property y))
=> Property x
- => Property y
- => CombinedType (Property x) (Property y)
+ -> Property y
+ -> CombinedType (Property x) (Property y)
onChange = combineWith $ \p hook -> do
r <- p
case r of