diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-26 21:52:11 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-26 21:52:11 -0400 |
| commit | 3deb3a622eec5e12dfaee320faaeb12c70f9c8d0 (patch) | |
| tree | 8f18c061b1acb884e42414a1e03746270935ec50 /src/Propellor | |
| parent | 76a8e806102e13669fa4e64342189084099ec306 (diff) | |
old ghc fix
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/EnsureProperty.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Propellor/EnsureProperty.hs b/src/Propellor/EnsureProperty.hs index c19dc025..f9094c5b 100644 --- a/src/Propellor/EnsureProperty.hs +++ b/src/Propellor/EnsureProperty.hs @@ -14,6 +14,9 @@ import Propellor.Types import Propellor.Types.MetaTypes import Propellor.Exception +import Data.Monoid +import Prelude + -- | For when code running in the Propellor monad needs to ensure a -- Property. -- |
