From 3aeed5d77b08945f63d800aa41ec3122627c73a9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 26 Apr 2002 13:26:39 +0000 Subject: [PATCH] [project @ 2002-04-26 13:26:39 by simonmar] We can cope with Control.Monad.Reader & friends now (Haddock can parse fundeps). --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index e57f738..9fac0fa 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.24 2002/04/24 16:13:26 simonmar Exp $ +# $Id: Makefile,v 1.25 2002/04/26 13:26:39 simonmar Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -92,11 +92,7 @@ endif # TARGETPLATFORM = i386-unknown-mingw32 EXCLUDED_HADDOCK_SRCS = \ GHC/Err.lhs \ Data/Generics.hs \ - GHC/PArr.hs \ - Control/Monad/Error.hs \ - Control/Monad/Reader.hs \ - Control/Monad/State.hs \ - Control/Monad/Writer.hs + GHC/PArr.hs HS_PPS = $(addsuffix .raw-hs, $(basename $(filter-out $(EXCLUDED_HADDOCK_SRCS), $(HS_SRCS)))) -- 1.7.10.4