summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2018-04-29 14:01:18 -0400
committerJoey Hess2018-04-29 14:01:18 -0400
commit45509984bb93c24a17228fd41058da7f039b54d6 (patch)
tree553239ab39c7e1bee343db44ee725f60eb2ebe88 /src/Propellor/Property
parent279fe0fd88999919e70b07bda5f89f030dbfaaa1 (diff)
parent6b6d11a7cd4eba3adbfd4e63469f968fcfcf5dc0 (diff)
Merge branch 'master' into joeyconfig
Diffstat (limited to 'src/Propellor/Property')
-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)