summaryrefslogtreecommitdiff
path: root/src/Propellor/Property.hs
diff options
context:
space:
mode:
authorJoey Hess2016-11-11 17:54:40 -0400
committerJoey Hess2016-11-11 17:54:40 -0400
commit4cbcfd3c386efb094b9e21dcb6e32111f9431f84 (patch)
treedb98e39ed645207990d77f8bf49138965f57881e /src/Propellor/Property.hs
parent2977e6abdf8eb9043fc722f8bb87ef60d42cb579 (diff)
parentdddfbc2f76d1d8be74d34b2d3d90e206d9f001a2 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property.hs')
-rw-r--r--src/Propellor/Property.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property.hs b/src/Propellor/Property.hs
index 7ee9397e..ae4fc914 100644
--- a/src/Propellor/Property.hs
+++ b/src/Propellor/Property.hs
@@ -345,7 +345,7 @@ revert (RevertableProperty p1 p2) = RevertableProperty p2 p1
-- | Apply a property to each element of a list.
applyToList
- :: (Foldable t, Functor t, IsProp p, Combines p p, p ~ CombinedType p p)
+ :: (Foldable t, Functor t, Combines p p, p ~ CombinedType p p)
=> (b -> p)
-> t b
-> p