summaryrefslogtreecommitdiff
path: root/src/Propellor/Property.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-24 23:43:24 -0400
committerJoey Hess2015-01-24 23:43:24 -0400
commita780cae4415af7c901fab89c25b2614a50acb059 (patch)
tree376b642d2ce3e4b7943150fe2a8f96212566c136 /src/Propellor/Property.hs
parent0ee04ecc43e047b00437fb660e71f7dd67dd3afc (diff)
fix typo
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