diff options
Diffstat (limited to 'Propellor/Types.hs')
| -rw-r--r-- | Propellor/Types.hs | 2 |
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 |
