[commit: ghc] master: Remove unused 'PackageSourceURL' from build system (2eb1016)

Ian Lynagh igloo at earth.li
Mon Mar 4 18:43:23 CET 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/2eb1016f82137695a71b99cce53f54f4569693ed

>---------------------------------------------------------------

commit 2eb1016f82137695a71b99cce53f54f4569693ed
Author: Ian Lynagh <ian at well-typed.com>
Date:   Mon Mar 4 01:47:38 2013 +0000

    Remove unused 'PackageSourceURL' from build system

>---------------------------------------------------------------

 mk/config.mk.in | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index 517caae..4f7fcfb 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -281,10 +281,6 @@ GhcLibHcOpts=-O2
 #
 StripLibraries=NO
 
-# These are the URL patterns that Haddock uses to generate the "Source
-# File" links on each page.
-PackageSourceURL = http://darcs.haskell.org/packages/$(PACKAGE)/%{FILE}
-
 # ----------------------------------------------------------------------------
 # Object-file splitting
 #





More information about the ghc-commits mailing list