summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/List.hs
diff options
context:
space:
mode:
authorJoey Hess2018-04-23 15:20:25 -0400
committerJoey Hess2018-04-23 15:20:25 -0400
commitf2bb9a3db7ccb5fc0e64920017d305715b34ba95 (patch)
tree11bc94d6ff739eb6f959381f954821cb0c7348cc /src/Propellor/Property/List.hs
parent237a8a8b7035447f83731bf83d236c31d6a89e88 (diff)
more ghc 8.4 build fixes
Tested build with ghc 8.4 now.
Diffstat (limited to 'src/Propellor/Property/List.hs')
-rw-r--r--src/Propellor/Property/List.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/List.hs b/src/Propellor/Property/List.hs
index 758e51ce..e53b5ccb 100644
--- a/src/Propellor/Property/List.hs
+++ b/src/Propellor/Property/List.hs
@@ -20,6 +20,7 @@ import Propellor.Engine
import Propellor.Exception
import Data.Monoid
+import Prelude
toProps :: [Property (MetaTypes metatypes)] -> Props (MetaTypes metatypes)
toProps ps = Props (map toChildProperty ps)