Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cc3c2bd9bc2d95e2a3bac70d126c9f2e33f22cf2 >--------------------------------------------------------------- commit cc3c2bd9bc2d95e2a3bac70d126c9f2e33f22cf2 Author: Manuel M T Chakravarty <[email protected]> Date: Tue Oct 25 19:50:53 2011 +1100 Fix Haddock dependency on library archive >--------------------------------------------------------------- rules/haddock.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/haddock.mk b/rules/haddock.mk index 99e0df6..5acb7ce 100644 --- a/rules/haddock.mk +++ b/rules/haddock.mk @@ -67,7 +67,7 @@ endif # Make the haddocking depend on the library .a file, to ensure # that we wait until the library is fully build before we haddock it -$$($$($1_PACKAGE)_HADDOCK_FILE) : $$($1_$2_v_LIB) +$$($$($1_PACKAGE)-$$($1_$2_VERSION)_HADDOCK_FILE) : $$($1_$2_v_LIB) endif endif _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
