diff options
author | simonmar <unknown> | 2002-04-26 13:26:39 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-04-26 13:26:39 +0000 |
commit | 8b348ed3dece826eeba61789044edff1e7d8f26a (patch) | |
tree | bb89c3906c01dd228501378902d35b66efe2b5a6 /libraries | |
parent | 1d53e7ec646e3dbffd205721f37f876f974c2cc7 (diff) | |
download | haskell-8b348ed3dece826eeba61789044edff1e7d8f26a.tar.gz |
[project @ 2002-04-26 13:26:39 by simonmar]
We can cope with Control.Monad.Reader & friends now (Haddock can parse
fundeps).
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libraries/base/Makefile b/libraries/base/Makefile index e57f738032..9fac0faffc 100644 --- a/libraries/base/Makefile +++ b/libraries/base/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)))) |