put 'unsafeCoerce' in a standard location
[haskell-directory.git] / Makefile.nhc98
index e35f515..9d8e7a1 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 \