summaryrefslogtreecommitdiff
path: root/src/Propellor/Base.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Base.hs')
-rw-r--r--src/Propellor/Base.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Base.hs b/src/Propellor/Base.hs
index e50adf10..4afad2ab 100644
--- a/src/Propellor/Base.hs
+++ b/src/Propellor/Base.hs
@@ -9,7 +9,7 @@ module Propellor.Base (
, module Propellor.Property.Cmd
--, module Propellor.Property.List
, module Propellor.Types.PrivData
- --, module Propellor.PropAccum
+ , module Propellor.PropAccum
, module Propellor.Info
, module Propellor.PrivData
--, module Propellor.Engine
@@ -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