diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-07 16:46:24 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-07 16:46:24 -0400 |
| commit | 2b052b086c331379a66d47cad7ad414eb1e9f36a (patch) | |
| tree | 092752546a4a0a897d29251ef2d9ae08bb6381f2 /src | |
| parent | 223c35fe5f85f94d03e7ba3a03b74af3e7eada85 (diff) | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
