summaryrefslogtreecommitdiff
path: root/Propellor/Types/Dns.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Types/Dns.hs')
-rw-r--r--Propellor/Types/Dns.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Propellor/Types/Dns.hs b/Propellor/Types/Dns.hs
index 9d801ef6..e367202a 100644
--- a/Propellor/Types/Dns.hs
+++ b/Propellor/Types/Dns.hs
@@ -19,10 +19,10 @@ data NamedConf = NamedConf
, confMasters :: [IPAddr]
, confLines :: [String]
}
- deriving (Show, Eq)
+ deriving (Show, Eq, Ord)
data Type = Master | Secondary
- deriving (Show, Eq)
+ deriving (Show, Eq, Ord)
-- | Represents a bind 9 zone file.
data Zone = Zone