add Control.Category to the nhc98 build
authorMalcolm.Wallace@cs.york.ac.uk <unknown>
Tue, 30 Oct 2007 12:04:59 +0000 (12:04 +0000)
committerMalcolm.Wallace@cs.york.ac.uk <unknown>
Tue, 30 Oct 2007 12:04:59 +0000 (12:04 +0000)
Makefile.nhc98

index ad01711..c038854 100644 (file)
@@ -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 \