diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-27 23:48:37 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-27 23:48:37 -0400 |
| commit | cd8140989fa18b38f5ede23bf369afd6c56b19f8 (patch) | |
| tree | e38cad12532fc07128d7bd5188c7765de5ace312 /src/Propellor/Base.hs | |
| parent | 51b397d0415e1efe1df412842ccb76d702140f50 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Base.hs')
| -rw-r--r-- | src/Propellor/Base.hs | 2 |
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 |
