diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-14 13:26:58 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-14 13:26:58 +0000 |
commit | e05f9de137269701df667b69d741dfae616694f7 (patch) | |
tree | 96869c0174c1f79f638d231919dd0cffe4060276 /mk/config.mk.in | |
parent | a28ba79a751ec22728e9bdf4184524d72b038339 (diff) | |
download | haskell-e05f9de137269701df667b69d741dfae616694f7.tar.gz |
Refer to "boot" libs, not "core" libs
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r-- | mk/config.mk.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index ea2f5d6dee..640f33e45b 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -396,13 +396,7 @@ StripLibraries=NO # These are the URL patterns that Haddock uses to generate the "Source # File" links on each page. -CorePackageSourceURL = http://darcs.haskell.org/ghc-6.6/packages/$(PACKAGE)/%{FILE} -ExtraPackageSourceURL = http://darcs.haskell.org/packages/$(PACKAGE)/%{FILE} - -# These are the packages required to be present in order to bootstrap GHC -# NB. must be synced with libraries/core-packages -CorePackages = base Cabal haskell98 readline regex-base regex-compat \ - regex-posix parsec stm template-haskell unix Win32 +PackageSourceURL = http://darcs.haskell.org/packages/$(PACKAGE)/%{FILE} # ---------------------------------------------------------------------------- # Object-file splitting |