[project @ 2005-04-17 11:13:30 by panne]
authorpanne <unknown>
Sun, 17 Apr 2005 11:13:30 +0000 (11:13 +0000)
committerpanne <unknown>
Sun, 17 Apr 2005 11:13:30 +0000 (11:13 +0000)
Haddock can't handle recursive modules currently, so we disable it for now.

ghc/compiler/Makefile

index 49601a4..769a673 100644 (file)
@@ -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
 
 #-----------------------------------------------------------------------------