Fix -Wall warnings
[ghc-base.git] / Makefile.nhc98
index e35f515..2b21277 100644 (file)
@@ -1,6 +1,6 @@
 THISPKG        = base
 SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude
-EXTRA_H_FLAGS   = -H4M -K2M
+EXTRA_H_FLAGS   = -H4M -K3M
 EXTRA_HBC_FLAGS = -H16M -A1M
 
 SRCS   = \
@@ -13,7 +13,7 @@ SRCS  = \
        Data/Map.hs Data/IntMap.hs Data/IntSet.hs \
        Data/Eq.hs Data/Ord.hs \
        Data/Foldable.hs Data/Traversable.hs Data/Sequence.hs \
-       Data/Function.hs \
+       Data/Function.hs Data/Graph.hs \
        Control/Monad.hs Control/Monad/Fix.hs Control/Monad/Instances.hs \
        Control/Arrow.hs Control/Applicative.hs \
        Debug/Trace.hs \
@@ -34,6 +34,7 @@ SRCS  = \
        Text/Printf.hs \
        Text/Read.hs Text/Show.hs Text/Show/Functions.hs \
        Text/ParserCombinators/ReadP.hs Data/Version.hs \
+       Unsafe/Coerce.hs \
        WCsubst.c