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 - 1 file changed, 1 deletion(-) (limited to 'config-freebsd.hs') 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 -- cgit v1.2.3