It seems that nhc98 needs defaulting in Data.Fixed.
authorMalcolm.Wallace@cs.york.ac.uk <unknown>
Fri, 9 Oct 2009 13:52:42 +0000 (13:52 +0000)
committerMalcolm.Wallace@cs.york.ac.uk <unknown>
Fri, 9 Oct 2009 13:52:42 +0000 (13:52 +0000)
Data/Fixed.hs

index d38bfac..bb76e01 100644 (file)
@@ -40,7 +40,9 @@ import Data.Typeable
 import Data.Data
 #endif
 
+#ifndef __NHC__
 default () -- avoid any defaulting shenanigans
+#endif
 
 -- | generalisation of 'div' to any instance of Real
 div' :: (Real a,Integral b) => a -> a -> b