diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-10 00:29:47 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-10 00:29:47 -0400 |
| commit | 68028803bac71f226e03902cfdb033bb1fb2dcc9 (patch) | |
| tree | 59342795c4e3774a61077658a368aab47a9ea65a /Propellor/Types.hs | |
| parent | 1687f4d771c9be7e1f11d34c0f1f274aef4a927c (diff) | |
propellor spin
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 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 |
