summaryrefslogtreecommitdiff
path: root/Propellor/Types.hs
diff options
context:
space:
mode:
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 856e0ea9..c6be30c4 100644
--- a/Propellor/Types.hs
+++ b/Propellor/Types.hs
@@ -63,7 +63,7 @@ data Distribution
deriving (Show)
data DebianSuite = Experimental | Unstable | Testing | Stable | DebianRelease Release
- deriving (Show)
+ deriving (Show, Eq)
type Release = String