[project @ 1997-05-26 05:58:06 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / deriving / drv006.hs
index 029f67a..b21d9f2 100644 (file)
@@ -4,6 +4,6 @@ module ShouldSucceed where
 import Ix
 
 data Foo = Foo1 | Foo2 | Foo3 | Foo4 | Foo5 | Foo6 | Foo7 | Foo8
-        deriving Ix
+        deriving (Eq, Ord, Ix, Show)
 
 data Bar a b = MkBar a Int b Integer a