doc wibble: nonstrict -> non-strict
[ghc-base.git] / Makefile.nhc98
index a3e6fc4..bb8d8f5 100644 (file)
@@ -1,7 +1,7 @@
 THISPKG        = base
 SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude \
          -I../../prelude/PreludeIO -I../../prelude/`$(LOCAL)harch`
-EXTRA_H_FLAGS   = -H4M -K3M
+EXTRA_H_FLAGS   = -H4M -K6M
 EXTRA_C_FLAGS   = -D__NHC__
 EXTRA_HBC_FLAGS = -H16M -A1M
 
@@ -19,7 +19,7 @@ SRCS  = \
        Data/HashTable.hs Data/Typeable.hs Data/Dynamic.hs \
        Data/Monoid.hs \
        Data/Eq.hs Data/Ord.hs Data/Fixed.hs \
-       Data/Foldable.hs Data/Traversable.hs \
+       Data/Functor.hs Data/Foldable.hs Data/Traversable.hs \
        Data/Function.hs \
        Control/Monad.hs Control/Monad/Fix.hs Control/Monad/Instances.hs \
        Control/Arrow.hs Control/Applicative.hs \