From 663c5280194debc636a19504df9d7a00f31e5455 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Thu, 23 Nov 2006 17:49:13 +0000 Subject: [PATCH] Data.Graph is now portable (enable for nhc98) --- Makefile.nhc98 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.nhc98 b/Makefile.nhc98 index e35f515..2d63df8 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -13,7 +13,7 @@ SRCS = \ Data/Map.hs Data/IntMap.hs Data/IntSet.hs \ Data/Eq.hs Data/Ord.hs \ Data/Foldable.hs Data/Traversable.hs Data/Sequence.hs \ - Data/Function.hs \ + Data/Function.hs Data/Graph.hs \ Control/Monad.hs Control/Monad/Fix.hs Control/Monad/Instances.hs \ Control/Arrow.hs Control/Applicative.hs \ Debug/Trace.hs \ -- 1.7.10.4