diff options
Diffstat (limited to 'src/Propellor/Gpg.hs')
| -rw-r--r-- | src/Propellor/Gpg.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Gpg.hs b/src/Propellor/Gpg.hs index 949eb5b5..5043782b 100644 --- a/src/Propellor/Gpg.hs +++ b/src/Propellor/Gpg.hs @@ -1,6 +1,5 @@ module Propellor.Gpg where -import Control.Applicative import System.IO import System.FilePath import System.Directory @@ -9,6 +8,8 @@ import Data.List.Utils import Control.Monad import System.Console.Concurrent import System.Console.Concurrent.Internal (ConcurrentProcessHandle(..)) +import Control.Applicative +import Prelude import Propellor.PrivData.Paths import Propellor.Message |
