diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-24 23:43:24 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-24 23:43:24 -0400 |
| commit | a780cae4415af7c901fab89c25b2614a50acb059 (patch) | |
| tree | 376b642d2ce3e4b7943150fe2a8f96212566c136 /src | |
| parent | 0ee04ecc43e047b00437fb660e71f7dd67dd3afc (diff) | |
fix typo
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 |
