X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=be48d99502d58ed855a414471e3f12e3391d1723;hb=a84a227cee9e87b4fa872366a4ac3ae0eeda16ef;hp=806908bee9ba235dae218eb11d408c3cedce45e2;hpb=1f95d6db898bc4c92ebb8a8e8f9920d5237bac61;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 806908b..be48d99 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -355,6 +355,15 @@ DLLized=@EnableWin32DLLs@ # 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 # ---------------------------------------------------------------------------- # Object-file splitting