Revision f361a6ee src/Ganeti/ConstantUtils.hs

b/src/Ganeti/ConstantUtils.hs
38 38
--
39 39
-- See 'PyValue' instance for 'FrozenSet'.
40 40
newtype FrozenSet a = FrozenSet { unFrozenSet :: Set a }
41
  deriving (Show)
41
  deriving (Eq, Show)
42 42

  
43 43
-- | Converts a Haskell 'Set' into a Python 'frozenset'
44 44
--

Also available in: Unified diff