summaryrefslogtreecommitdiff
path: root/src/Propellor/Base.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-24 17:25:58 -0400
committerJoey Hess2016-03-24 17:28:20 -0400
commit83cd812ab5ac787769b34f59d1763f3c8648f06a (patch)
tree23b056fbe8616d34b623b58181e56225fcb939d6 /src/Propellor/Base.hs
parent3d6a0d8663d32344a9f0761a144bfcacf9667378 (diff)
convert ensureProperty
Moved to its own module to keep everything related in one place.
Diffstat (limited to 'src/Propellor/Base.hs')
-rw-r--r--src/Propellor/Base.hs12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Propellor/Base.hs b/src/Propellor/Base.hs
index 2a0f5cbc..e50adf10 100644
--- a/src/Propellor/Base.hs
+++ b/src/Propellor/Base.hs
@@ -7,12 +7,12 @@ module Propellor.Base (
module Propellor.Types
, module Propellor.Property
, module Propellor.Property.Cmd
- , module Propellor.Property.List
+ --, module Propellor.Property.List
, module Propellor.Types.PrivData
- , module Propellor.PropAccum
+ --, module Propellor.PropAccum
, module Propellor.Info
, module Propellor.PrivData
- , module Propellor.Engine
+ --, module Propellor.Engine
, module Propellor.Exception
, module Propellor.Message
, module Propellor.Debug
@@ -34,8 +34,8 @@ module Propellor.Base (
import Propellor.Types
import Propellor.Property
-import Propellor.Engine
-import Propellor.Property.List
+--import Propellor.Engine
+--import Propellor.Property.List
import Propellor.Property.Cmd
import Propellor.PrivData
import Propellor.Types.PrivData
@@ -43,7 +43,7 @@ import Propellor.Message
import Propellor.Debug
import Propellor.Exception
import Propellor.Info
-import Propellor.PropAccum
+--import Propellor.PropAccum
import Propellor.Location
import Propellor.Utilities