From 7a73aaf70fefb4b30c9159f5d15035f8e9c6e114 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Mon, 13 Nov 2006 11:32:21 +0000 Subject: [PATCH] add Control.Monad.Instances to nhc98 build --- Makefile.nhc98 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 2cb4520..8109766 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -14,7 +14,7 @@ SRCS = \ Data/Eq.hs Data/Ord.hs \ Data/Foldable.hs Data/Traversable.hs Data/Sequence.hs \ Data/Function.hs \ - Control/Monad.hs Control/Monad/Fix.hs \ + Control/Monad.hs Control/Monad/Fix.hs Control/Monad/Instances.hs \ Control/Arrow.hs Control/Applicative.hs \ Debug/Trace.hs \ NHC/SizedTypes.hs \ -- 1.7.10.4