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.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Base.hs b/src/Propellor/Base.hs
index 3c13bb7d..2a0f5cbc 100644
--- a/src/Propellor/Base.hs
+++ b/src/Propellor/Base.hs
@@ -15,6 +15,7 @@ module Propellor.Base (
, module Propellor.Engine
, module Propellor.Exception
, module Propellor.Message
+ , module Propellor.Debug
, module Propellor.Location
, module Propellor.Utilities
@@ -39,6 +40,7 @@ import Propellor.Property.Cmd
import Propellor.PrivData
import Propellor.Types.PrivData
import Propellor.Message
+import Propellor.Debug
import Propellor.Exception
import Propellor.Info
import Propellor.PropAccum