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/PrivData.hs | |
| parent | 6e09ae96c03ebc589ae9bb647e30de19fbe2f2e7 (diff) | |
| parent | 60b12654b0746f9c35a38002d34e9ac69f76c738 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/PrivData.hs')
| -rw-r--r-- | src/Propellor/PrivData.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/PrivData.hs b/src/Propellor/PrivData.hs index d3bb3a6d..2e9cdbab 100644 --- a/src/Propellor/PrivData.hs +++ b/src/Propellor/PrivData.hs @@ -26,7 +26,6 @@ module Propellor.PrivData ( ) where import System.IO -import System.Directory import Data.Maybe import Data.List import Data.Typeable @@ -59,6 +58,7 @@ import Utility.FileMode import Utility.Env import Utility.Table import Utility.FileSystemEncoding +import Utility.Directory -- | Allows a Property to access the value of a specific PrivDataField, -- for use in a specific Context or HostContext. |
