From 6ec8b4c5357f7b0eb3ee71e242cef6af903c0250 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Tue, 30 Oct 2007 12:04:59 +0000 Subject: [PATCH 1/1] add Control.Category to the nhc98 build --- Makefile.nhc98 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 1.7.10.4