diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property.hs | 4 |
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 |
