Revision 139c0683 htools/Ganeti/HTools/Instance.hs

b/htools/Ganeti/HTools/Instance.hs
83 83
  , spindleUse   :: Int       -- ^ The numbers of used spindles
84 84
  , allTags      :: [String]  -- ^ List of all instance tags
85 85
  , exclTags     :: [String]  -- ^ List of instance exclusion tags
86
  } deriving (Show, Read, Eq)
86
  } deriving (Show, Eq)
87 87

  
88 88
instance T.Element Instance where
89 89
  nameOf   = name

Also available in: Unified diff