summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Result.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Types/Result.hs')
-rw-r--r--src/Propellor/Types/Result.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Types/Result.hs b/src/Propellor/Types/Result.hs
index 9def9a3f..e8510abf 100644
--- a/src/Propellor/Types/Result.hs
+++ b/src/Propellor/Types/Result.hs
@@ -1,7 +1,8 @@
module Propellor.Types.Result where
-import Data.Monoid
import System.Console.ANSI
+import Data.Monoid
+import Prelude
-- | There can be three results of satisfying a Property.
data Result = NoChange | MadeChange | FailedChange