summaryrefslogtreecommitdiff
path: root/src/Propellor/Debug.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-04-30 15:47:28 -0400
committerJoey Hess <joeyh@joeyh.name>2016-04-30 15:47:28 -0400
commiteb0a945d43c909273ffd9472c091db917ed6c1e2 (patch)
tree0c9f95a3a543cf8fa85dfede4ab565fa00b43736 /src/Propellor/Debug.hs
parent6e09ae96c03ebc589ae9bb647e30de19fbe2f2e7 (diff)
parent60b12654b0746f9c35a38002d34e9ac69f76c738 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Debug.hs')
-rw-r--r--src/Propellor/Debug.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Debug.hs b/src/Propellor/Debug.hs
index 790a9a4b..5e729b23 100644
--- a/src/Propellor/Debug.hs
+++ b/src/Propellor/Debug.hs
@@ -2,7 +2,6 @@ module Propellor.Debug where
import Control.Monad.IfElse
import System.IO
-import System.Directory
import System.Log.Logger
import System.Log.Formatter
import System.Log.Handler (setFormatter)
@@ -14,6 +13,7 @@ import Utility.Monad
import Utility.Env
import Utility.Exception
import Utility.Process
+import Utility.Directory
debug :: [String] -> IO ()
debug = debugM "propellor" . unwords