summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-12-19 16:53:17 -0400
committerJoey Hess <joeyh@joeyh.name>2015-12-19 16:53:17 -0400
commit898d404788ee93f66aad03120761afbb7a725a43 (patch)
tree05dbd18adba372ee83764b0a1a39eac2a8cc3862 /src/Propellor/PrivData.hs
parent6f0fe3614f3c55c4a9e312aa6fa6730316fe5ec7 (diff)
parent714270abfcf6433da29dc80fdcaff740ad2a0169 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/PrivData.hs')
-rw-r--r--src/Propellor/PrivData.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Propellor/PrivData.hs b/src/Propellor/PrivData.hs
index a1e34abc..2ed75e33 100644
--- a/src/Propellor/PrivData.hs
+++ b/src/Propellor/PrivData.hs
@@ -23,11 +23,9 @@ module Propellor.PrivData (
forceHostContext,
) where
-import Control.Applicative
import System.IO
import System.Directory
import Data.Maybe
-import Data.Monoid
import Data.List
import Data.Typeable
import Control.Monad
@@ -38,6 +36,9 @@ import qualified Data.Set as S
import qualified Data.ByteString.Lazy as L
import System.Console.Concurrent
import System.Console.Concurrent.Internal (ConcurrentProcessHandle(..))
+import Control.Applicative
+import Data.Monoid
+import Prelude
import Propellor.Types
import Propellor.Types.PrivData