summaryrefslogtreecommitdiff
path: root/compiler/main/Packages.hs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-66/+148
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-148/+66
* Stub out pkgState with non-error, helps with debugging.Edward Z. Yang2015-04-171-0/+9
* Fixes a compiler error with -DDEBUG (#10265)Dave Laing2015-04-081-3/+3
* Support for multiple signature files in scope.Edward Z. Yang2015-04-071-65/+147
* Don't repeat package key with -dppr-debug when package info is missing.Edward Z. Yang2015-04-071-5/+3
* Expose listPackageConfigMapEdsko de Vries2015-03-171-0/+1
* Store renamings as (ModuleName, ModuleName) pairs.Edward Z. Yang2015-03-071-5/+3
* Clarify some comments in Packages.hs [skip-ci]Edward Z. Yang2015-03-031-4/+7
* Add a workaround to allow older cabal-install to use ghc-7.10Duncan Coutts2015-02-091-4/+31
* Respect package visibility when deciding wired in packages.Edward Z. Yang2015-01-191-37/+47
* Don't hardcode the name "ghc" in versionedAppDirEdsko de Vries2015-01-161-3/+2
* Package environmentsEdsko de Vries2015-01-131-5/+6
* trac #9744, make program name and product version configurable through DynFla...Luite Stegeman2014-12-201-6/+7
* compiler: de-lhs main/Austin Seipp2014-12-031-0/+1390