diff options
| -rw-r--r-- | config-freebsd.hs | 1 | ||||
| -rw-r--r-- | src/Propellor.hs | 1 |
2 files changed, 1 insertions, 1 deletions
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) |
