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

b/htools/Ganeti/HTools/Node.hs
130 130
  , pTags    :: TagMap    -- ^ Primary instance exclusion tags and their count
131 131
  , group    :: T.Gdx     -- ^ The node's group (index)
132 132
  , iPolicy  :: T.IPolicy -- ^ The instance policy (of the node's group)
133
  } deriving (Show, Read, Eq)
133
  } deriving (Show, Eq)
134 134

  
135 135
instance T.Element Node where
136 136
  nameOf = name

Also available in: Unified diff