summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2015-12-19 16:52:53 -0400
committerJoey Hess2015-12-19 16:52:53 -0400
commit714270abfcf6433da29dc80fdcaff740ad2a0169 (patch)
tree5a73c676e40ca029487845aa6bd87a74e93b8556 /src/Propellor/Types.hs
parent4e4c7bb914779ded627bc28de116acd8b0867986 (diff)
Clean build with ghc 7.10.
Import Prelude after modules that cause warnings due to AMP change
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index 58e86247..35e95df7 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -39,10 +39,11 @@ module Propellor.Types
) where
import Data.Monoid
-import Control.Applicative
import "mtl" Control.Monad.RWS.Strict
import Control.Monad.Catch
import Data.Typeable
+import Control.Applicative
+import Prelude
import Propellor.Types.Info
import Propellor.Types.OS