From 6855b40946b33e776206886eb01d12c078c420ea Mon Sep 17 00:00:00 2001 From: malcolm Date: Tue, 22 Apr 2003 10:20:30 +0000 Subject: [PATCH] [project @ 2003-04-22 10:20:30 by malcolm] Exclude Data.Dynamic from the nhc98 build now that it no longer compiles. (Need to investigate getting Data.HashTable to work.) --- Makefile.nhc98 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.nhc98 b/Makefile.nhc98 index d3e39c8..36a6dd4 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -8,7 +8,6 @@ SRCS = \ Data/Either.hs Data/FiniteMap.hs Data/IORef.hs Data/Int.hs \ Data/Ix.hs Data/List.hs Data/Maybe.hs Data/PackedString.hs \ Data/Ratio.hs Data/Set.hs Data/Tuple.hs Data/Word.hs Data/Array.hs \ - Data/Dynamic.hs \ Control/Monad.hs Control/Monad/Fix.hs Control/Monad/Trans.hs \ Control/Arrow.hs Debug/Trace.hs \ System/IO.hs System/IO/Error.hs System/IO/Unsafe.hs \ @@ -33,6 +32,7 @@ SRCS = \ Text/Html/BlockTable.hs Text/Html.hs \ Text/Read.hs Text/Show.hs Text/Show/Functions.hs +# Data/Dynamic.hs \ # [Data/Dynamic.hs] Data/Generics.hs Data/STRef.hs Data/Unique.hs # Control/Monad/Identity.hs # Debug/QuickCheck.hs -- 1.7.10.4