this one at least is fixed.   There may well be other problems, but it
gets further...

S

| -----Original Message-----
| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Sven Panne
| Sent: 24 September 2006 12:16
| To: cvs-all@haskell.org
| Subject: GHC HEAD is broken
| 
| FYI: Some commit from yesterday broke the GHC HEAD:
| 
| ...
| ../../compiler/ghc-inplace -H16m -O -fglasgow-exts -cpp -Iinclude
-"#include"
| HsBase.h -funbox-strict-fields -package-name  base-2.0 -O -Rghc-timing
| -fgenerics  -fgenerics -split-
| objs    -c Data/Generics/Instances.hs -o Data/Generics/Instances.o
-ohi
| Data/Generics/Instances.hi
| 
| Data/Generics/Instances.hs:258:0:
|     Could not deduce (Typeable (Ratio a))
|       from the context (Data a, Integral a)
|       arising from the superclasses of an instance declaration
|       at Data/Generics/Instances.hs:258:0
|     Possible fix:
|       add (Typeable (Ratio a))
|       to the instance declaration superclass context
|       or add an instance declaration for (Typeable (Ratio a))
|     In the instance declaration for `Data (Ratio a)'
| 
| Data/Generics/Instances.hs:272:0:
|     Could not deduce (Typeable [a]) from the context (Data a)
|       arising from the superclasses of an instance declaration
|       at Data/Generics/Instances.hs:272:0
|     Possible fix:
|       add (Typeable [a]) to the instance declaration superclass
context
|       or add an instance declaration for (Typeable [a])
|     In the instance declaration for `Data [a]'
| 
| Data/Generics/Instances.hs:303:0:
|     Could not deduce (Typeable (Maybe a)) from the context (Data a)
|       arising from the superclasses of an instance declaration
|       at Data/Generics/Instances.hs:303:0
|     Possible fix:
|       add (Typeable (Maybe a))
|       to the instance declaration superclass context
|       or add an instance declaration for (Typeable (Maybe a))
|     In the instance declaration for `Data (Maybe a)'
| 
| ... and so on...
| 
| Cheers,
|    S.

Reply via email to