From 2b052b086c331379a66d47cad7ad414eb1e9f36a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Mar 2016 16:46:24 -0400 Subject: move fromString export to Propellor My policy for config.hs is it shouldn't need to load any modules other than propellor and the desired property modules. --- config-freebsd.hs | 1 - src/Propellor.hs | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config-freebsd.hs b/config-freebsd.hs index a8ceece0..02a0fdf9 100644 --- a/config-freebsd.hs +++ b/config-freebsd.hs @@ -14,7 +14,6 @@ import qualified Propellor.Property.Docker as Docker import qualified Propellor.Property.FreeBSD.Pkg as Pkg import qualified Propellor.Property.ZFS as ZFS import qualified Propellor.Property.FreeBSD.Poudriere as Poudriere -import Data.String (fromString) main :: IO () main = defaultMain hosts diff --git a/src/Propellor.hs b/src/Propellor.hs index 53b209ca..9c5a85a9 100644 --- a/src/Propellor.hs +++ b/src/Propellor.hs @@ -72,3 +72,4 @@ import Propellor.Info import Propellor.PropAccum import Data.Monoid as X +import Data.String as X (fromString) -- cgit v1.3-2-g0d8e