From 22702cb5473b8f326e6b84bde07a8e6182ea2b39 Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 17 Apr 2005 11:13:30 +0000 Subject: [PATCH] [project @ 2005-04-17 11:13:30 by panne] Haddock can't handle recursive modules currently, so we disable it for now. --- ghc/compiler/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 49601a4..769a673 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -772,6 +772,9 @@ GhcLibHcOpts = # override default definition of HS_IFACES so we can add $(odir) HS_IFACES = $(addsuffix .$(way_)hi,$(basename $(HS_OBJS))) + +# Haddock can't handle recursive modules currently, so we disable it for now. +NO_HADDOCK_DOCS = YES endif #----------------------------------------------------------------------------- -- 1.7.10.4