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. --- src/Propellor.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor.hs') 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