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/Gpg.hs | |
| parent | 6e09ae96c03ebc589ae9bb647e30de19fbe2f2e7 (diff) | |
| parent | 60b12654b0746f9c35a38002d34e9ac69f76c738 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Gpg.hs')
| -rw-r--r-- | src/Propellor/Gpg.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Gpg.hs b/src/Propellor/Gpg.hs index 4e6ceb79..b825d743 100644 --- a/src/Propellor/Gpg.hs +++ b/src/Propellor/Gpg.hs @@ -1,7 +1,6 @@ module Propellor.Gpg where import System.IO -import System.Directory import Data.Maybe import Data.List.Utils import Control.Monad @@ -19,6 +18,7 @@ import Utility.Misc import Utility.Tmp import Utility.FileSystemEncoding import Utility.Env +import Utility.Directory type KeyId = String |
