From a780cae4415af7c901fab89c25b2614a50acb059 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 24 Jan 2015 23:43:24 -0400 Subject: fix typo --- src/Propellor/Property.hs | 4 ++-- 1 file 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 -- cgit v1.2.3