X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=2b8f7d0804640c9c86ebd612204df1a692da6c6d;hb=26d2805a6e58822d246cf9601fb226b0861e7f65;hp=f8c9684b81681a70b5dcb232e78f91f3ef79ec98;hpb=5e70ec8f27f4f62d9f1137e931b4d64d37eb221e;p=ghc-base.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index f8c9684..2b8f7d0 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -1,5 +1,6 @@ THISPKG = base -SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude +SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude \ + -I../../prelude/PreludeIO -I../../prelude/`harch` EXTRA_H_FLAGS = -H4M -K3M EXTRA_HBC_FLAGS = -H16M -A1M @@ -16,6 +17,7 @@ SRCS = \ Data/Function.hs Data/Graph.hs \ Control/Monad.hs Control/Monad/Fix.hs Control/Monad/Instances.hs \ Control/Arrow.hs Control/Applicative.hs \ + Control/Exception.hs \ Debug/Trace.hs \ NHC/SizedTypes.hs NHC/PosixTypes.hsc \ System/IO.hs System/IO/Error.hs System/IO/Unsafe.hs \