From a88a919500f761c3440c67d0069f1e78ca107523 Mon Sep 17 00:00:00 2001 From: malcolm Date: Wed, 4 Feb 2004 10:52:28 +0000 Subject: [PATCH] [project @ 2004-02-04 10:52:28 by malcolm] Plumb in Data.Queue for nhc98. --- Makefile.nhc98 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.nhc98 b/Makefile.nhc98 index f48b22d..508655c 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -8,7 +8,7 @@ SRCS = \ 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/HashTable.hs Data/Typeable.hs Data/Dynamic.hs \ - Data/Monoid.hs Data/Tree.hs \ + Data/Monoid.hs Data/Queue.hs Data/Tree.hs \ Control/Monad.hs Control/Monad/Fix.hs Control/Monad/Trans.hs \ Control/Arrow.hs Debug/Trace.hs \ NHC/SizedTypes.hs \ -- 1.7.10.4