diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-04-30 15:47:28 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-04-30 15:47:28 -0400 |
| commit | eb0a945d43c909273ffd9472c091db917ed6c1e2 (patch) | |
| tree | 0c9f95a3a543cf8fa85dfede4ab565fa00b43736 /src/Propellor/DotDir.hs | |
| parent | 6e09ae96c03ebc589ae9bb647e30de19fbe2f2e7 (diff) | |
| parent | 60b12654b0746f9c35a38002d34e9ac69f76c738 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/DotDir.hs')
| -rw-r--r-- | src/Propellor/DotDir.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/DotDir.hs b/src/Propellor/DotDir.hs index 669ac303..f32b52a4 100644 --- a/src/Propellor/DotDir.hs +++ b/src/Propellor/DotDir.hs @@ -15,6 +15,7 @@ import Utility.Monad import Utility.Process import Utility.SafeCommand import Utility.Exception +import Utility.Directory import Utility.Path -- This module is autogenerated by the build system. import qualified Paths_propellor as Package @@ -24,7 +25,6 @@ import Data.List import Data.Version import Control.Monad import Control.Monad.IfElse -import System.Directory import System.FilePath import System.Posix.Directory import System.IO |
