X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=2b21277d200ab65e93d1ba4e7b47c06cc1b3353b;hb=975a9da7e46881555ff49841e8a88babe50a2119;hp=e35f515e1e5af18fd49fa7f9590932a3d1143b06;hpb=9e32ed934a78ebe8cf65219949018a5f1035ae7e;p=haskell-directory.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index e35f515..2b21277 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -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