Revision dce9bbb3 htools/Ganeti/HTools/Instance.hs

b/htools/Ganeti/HTools/Instance.hs
79 79
  , autoBalance  :: Bool      -- ^ Is the instance auto-balanced?
80 80
  , tags         :: [String]  -- ^ List of instance tags
81 81
  , diskTemplate :: T.DiskTemplate -- ^ The disk template of the instance
82
  } deriving (Show, Read)
82
  } deriving (Show, Read, Eq)
83 83

  
84 84
instance T.Element Instance where
85 85
  nameOf   = name

Also available in: Unified diff