From: Malcolm.Wallace@cs.york.ac.uk Date: Tue, 30 Oct 2007 12:04:59 +0000 (+0000) Subject: add Control.Category to the nhc98 build X-Git-Tag: 2008-05-28~118 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6ec8b4c5357f7b0eb3ee71e242cef6af903c0250;hp=849a44eae29b6c86eb8d58bfa893ae1c03deec13;p=ghc-base.git add Control.Category to the nhc98 build --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index ad01711..c038854 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -21,7 +21,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/Exception.hs Control/Category.hs \ Debug/Trace.hs \ NHC/SizedTypes.hs NHC/PosixTypes.hsc \ System/IO.hs System/IO/Error.hs System/IO/Unsafe.hs \