From: malcolm Date: Tue, 22 Apr 2003 10:20:30 +0000 (+0000) Subject: [project @ 2003-04-22 10:20:30 by malcolm] X-Git-Tag: nhc98-1-18-release~675 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6855b40946b33e776206886eb01d12c078c420ea;p=haskell-directory.git [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.) --- 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