summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
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