summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Info.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Types/Info.hs')
-rw-r--r--src/Propellor/Types/Info.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Types/Info.hs b/src/Propellor/Types/Info.hs
index 2c95b6fc..53fa9e77 100644
--- a/src/Propellor/Types/Info.hs
+++ b/src/Propellor/Types/Info.hs
@@ -13,8 +13,9 @@ module Propellor.Types.Info (
) where
import Data.Dynamic
-import Data.Monoid
import Data.Maybe
+import Data.Monoid
+import Prelude
-- | Information about a Host, which can be provided by its properties.
newtype Info = Info [InfoEntry]