Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4f79205400099f518cd497eef0864c8faace9e41 >--------------------------------------------------------------- commit 4f79205400099f518cd497eef0864c8faace9e41 Author: Ian Lynagh <[email protected]> Date: Wed Oct 26 15:29:15 2011 +0100 Fix typo >--------------------------------------------------------------- rules/haddock.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/haddock.mk b/rules/haddock.mk index 5acb7ce..ff922ae 100644 --- a/rules/haddock.mk +++ b/rules/haddock.mk @@ -66,7 +66,7 @@ endif # uses the Template Haskell or Annotations extensions, for example. # Make the haddocking depend on the library .a file, to ensure -# that we wait until the library is fully build before we haddock it +# that we wait until the library is fully built before we haddock it $$($$($1_PACKAGE)-$$($1_$2_VERSION)_HADDOCK_FILE) : $$($1_$2_v_LIB) endif _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
