From f2bb9a3db7ccb5fc0e64920017d305715b34ba95 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 23 Apr 2018 15:20:25 -0400 Subject: more ghc 8.4 build fixes Tested build with ghc 8.4 now. --- src/Propellor/Property/List.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Property') 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) -- cgit v1.2.3