summaryrefslogtreecommitdiff
path: root/src/Propellor/Property.hs
diff options
context:
space:
mode:
authorJoey Hess2016-04-30 15:47:28 -0400
committerJoey Hess2016-04-30 15:47:28 -0400
commiteb0a945d43c909273ffd9472c091db917ed6c1e2 (patch)
tree0c9f95a3a543cf8fa85dfede4ab565fa00b43736 /src/Propellor/Property.hs
parent6e09ae96c03ebc589ae9bb647e30de19fbe2f2e7 (diff)
parent60b12654b0746f9c35a38002d34e9ac69f76c738 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property.hs')
-rw-r--r--src/Propellor/Property.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property.hs b/src/Propellor/Property.hs
index 55c39ee2..af36ed58 100644
--- a/src/Propellor/Property.hs
+++ b/src/Propellor/Property.hs
@@ -44,7 +44,6 @@ module Propellor.Property (
, assume
) where
-import System.Directory
import System.FilePath
import Control.Monad
import Data.Monoid
@@ -66,6 +65,7 @@ import Propellor.EnsureProperty
import Utility.Exception
import Utility.Monad
import Utility.Misc
+import Utility.Directory
-- | Makes a perhaps non-idempotent Property be idempotent by using a flag
-- file to indicate whether it has run before.