From 57e487c332d1f428ee5ff85dbb32730d25a58235 Mon Sep 17 00:00:00 2001 From: panne Date: Wed, 16 Jul 2003 10:46:29 +0000 Subject: [PATCH] [project @ 2003-07-16 10:46:29 by panne] Build Control.Monad before Data.HashTable, the latter depends on the former. Shouldn't the build system know about that automatically? --- Makefile.nhc98 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 2d287d1..e6bbed1 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -8,8 +8,8 @@ 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/HashTable.hs Data/Dynamic.hs Data/Monoid.hs Data/Tree.hs \ - Control/Monad.hs Control/Monad/Fix.hs Control/Monad/Trans.hs \ + Control/Monad.hs Data/HashTable.hs Data/Dynamic.hs Data/Monoid.hs \ + Data/Tree.hs Control/Monad/Fix.hs Control/Monad/Trans.hs \ Control/Arrow.hs Debug/Trace.hs \ NHC/SizedTypes.hs \ System/IO.hs System/IO/Error.hs System/IO/Unsafe.hs \ -- 1.7.10.4