summaryrefslogtreecommitdiff
path: root/src/Propellor/PropAccum.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-25 18:39:50 -0400
committerJoey Hess2016-03-25 18:39:50 -0400
commitce8d34d094be30e1432ecaaae81b188671180624 (patch)
tree289e2bba5ca5291c14255c5b5fe6cf6d007a1bcf /src/Propellor/PropAccum.hs
parent860d1dd77e1789a91ed61bdceab667d94c9bd345 (diff)
ported more
Ssh is WIP and failing to compile quite badly
Diffstat (limited to 'src/Propellor/PropAccum.hs')
-rw-r--r--src/Propellor/PropAccum.hs7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Propellor/PropAccum.hs b/src/Propellor/PropAccum.hs
index 7547a81d..8281b9a1 100644
--- a/src/Propellor/PropAccum.hs
+++ b/src/Propellor/PropAccum.hs
@@ -15,13 +15,12 @@ module Propellor.PropAccum
--, propagateContainer
) where
-import Data.Monoid
-
import Propellor.Types
import Propellor.Types.MetaTypes
import Propellor.Property
-import Propellor.Types.Info
-import Propellor.PrivData
+
+import Data.Monoid
+import Prelude
-- | Defines a host and its properties.
--