summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2017-03-18 19:40:48 -0400
committerJoey Hess2017-03-18 19:40:48 -0400
commit8b0e3caa9b32f49ec6bb49e777d5a35e3a7e0561 (patch)
tree2d94ccaff82a65a0183504e59720f7cbe13710a2 /src/Propellor/Types.hs
parent2805cb7239ea7308cb10ad2e7e7c24223dddb8b5 (diff)
Fix build with pre-AMP ghc.
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index 690c153a..155662c2 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -44,6 +44,8 @@ module Propellor.Types (
) where
import Data.Monoid
+import Control.Applicative
+import Prelude
import Propellor.Types.Core
import Propellor.Types.Info