Revision 6bc39970 Ganeti/HTools/Group.hs

b/Ganeti/HTools/Group.hs
44 44
    , uuid        :: T.GroupID     -- ^ The UUID of the group
45 45
    , idx         :: T.Gdx         -- ^ Internal index for book-keeping
46 46
    , allocPolicy :: T.AllocPolicy -- ^ The allocation policy for this group
47
    } deriving (Show, Eq)
47
    } deriving (Show, Read, Eq)
48 48

  
49 49
-- Note: we use the name as the alias, and the UUID as the official
50 50
-- name

Also available in: Unified diff