Revision dce9bbb3 htools/Ganeti/HTools/Loader.hs

b/htools/Ganeti/HTools/Loader.hs
91 91
  , cdInstances :: Instance.List -- ^ The instance list
92 92
  , cdTags      :: [String]      -- ^ The cluster tags
93 93
  , cdIPolicy   :: IPolicy       -- ^ The cluster instance policy
94
  } deriving (Show, Read)
94
  } deriving (Show, Read, Eq)
95 95

  
96 96
-- | The priority of a match in a lookup result.
97 97
data MatchPriority = ExactMatch

Also available in: Unified diff