From: Malcolm.Wallace@cs.york.ac.uk Date: Tue, 12 Aug 2008 17:43:00 +0000 (+0000) Subject: add Control.Exception.Base to nhc98 build X-Git-Tag: 6_10_branch_has_been_forked~56 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=e6564ac71e5da015331659d7fffada2dc385ca22;p=ghc-base.git add Control.Exception.Base to nhc98 build --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index b625c52..209885b 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -7,7 +7,8 @@ EXTRA_HBC_FLAGS = -H16M -A1M DIRS = \ Data Debug Control Control/Monad System System/IO System/Console \ Text Text/Html Text/Show Text/ParserCombinators Text/Regex \ - Foreign Foreign/Marshal Foreign/C NHC Unsafe System/Posix + Foreign Foreign/Marshal Foreign/C NHC Unsafe System/Posix \ + Control/Exception SRCS = \ Data/Bits.hs Data/Bool.hs Data/Char.hs Data/Complex.hs \ @@ -21,7 +22,7 @@ SRCS = \ Data/Function.hs \ Control/Monad.hs Control/Monad/Fix.hs Control/Monad/Instances.hs \ Control/Arrow.hs Control/Applicative.hs \ - Control/Exception.hs Control/Category.hs \ + Control/Exception.hs Control/Exception/Base.hs Control/Category.hs \ Debug/Trace.hs \ NHC/SizedTypes.hs NHC/PosixTypes.hsc \ System/IO.hs System/IO/Error.hs System/IO/Unsafe.hs \