summaryrefslogtreecommitdiff
path: root/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 01:12:05 -0400
committerJoey Hess2014-04-01 01:12:05 -0400
commit90f86b8b2bb7f0a3c834387827c9ec2e1876f342 (patch)
tree10e74b0a52f4987c6f7e9cf2abf756275e0cefae /Propellor/Types.hs
parentd53729495efe7174239deab3b5dd71204543b0d0 (diff)
not quite working docker container interface
Diffstat (limited to 'Propellor/Types.hs')
-rw-r--r--Propellor/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs
index d864d5d0..aef62de4 100644
--- a/Propellor/Types.hs
+++ b/Propellor/Types.hs
@@ -15,7 +15,7 @@ data Property = Property
type Desc = String
data Result = NoChange | MadeChange | FailedChange
- deriving (Show, Eq)
+ deriving (Read, Show, Eq)
instance Monoid Result where
mempty = NoChange