summaryrefslogtreecommitdiff
path: root/compiler/main/Packages.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs main/Austin Seipp2014-12-031-1394/+0
* Inline mkModuleToPkgConfAll into mkModuleToPkgConfGeneric.Edward Z. Yang2014-11-261-37/+17
* Export more Packages functionsLuite Stegeman2014-11-211-4/+11
* Refactor: use System.FilePath.splitSearchPathThomas Miedema2014-11-191-6/+3
* Support for "with" renaming syntax, and output a feature flag.Edward Z. Yang2014-11-181-12/+6
* Remove optimized package lookup, simplifying code.Edward Z. Yang2014-11-171-49/+1
* Generalize exposed-modules field in installed package databaseEdward Z. Yang2014-11-151-12/+11
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-1/+1
* Update Cabal submodule & ghc-pkg to use new module re-export typesEdward Z. Yang2014-09-241-1/+5
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-211-0/+2
* Don't offer hidden modules for autocomplete.Edward Z. Yang2014-09-151-1/+2
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-3/+3
* Fix a few minor issues spotted in code reviewDuncan Coutts2014-08-291-1/+2
* Switch the package id types to use FastString (rather than String)Duncan Coutts2014-08-291-14/+14
* Add a ghc -show-packages mode to display ghc's view of the package envDuncan Coutts2014-08-291-14/+13
* Remove a TODO that is now doneDuncan Coutts2014-08-291-4/+0
* Fix long lines and trailing whitespaceDuncan Coutts2014-08-291-5/+9
* Use ghc-local types for packages, rather than Cabal typesDuncan Coutts2014-08-291-40/+34
* Introduce new file format for the package database binary cacheDuncan Coutts2014-08-291-2/+4
* Drop support for single-file style package databasesDuncan Coutts2014-08-291-11/+7
* Do not zero out version number when processing wired-in packages.Edward Z. Yang2014-08-221-2/+1
* Thinning and renaming modules from packages on the command line.Edward Z. Yang2014-08-051-229/+397
* Refactor PackageFlags so that ExposePackage is a single constructor.Edward Z. Yang2014-08-051-37/+21
* Refactor package state, also fixing a module reexport bug.Edward Z. Yang2014-08-051-108/+193
* Make PackageState an abstract type.Edward Z. Yang2014-08-051-31/+64
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-18/+41
* Disable package auto-hiding if -hide-all-packages is passedEdward Z. Yang2014-08-041-3/+14
* Fix build on OS X due to macro-like string in commentEdward Z. Yang2014-07-261-2/+2
* Module reexports, fixing #8407.Edward Z. Yang2014-07-251-26/+83
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-42/+42
* Make 'ghc' a wired in package.Edward Z. Yang2014-07-211-0/+1
* Simplify package dump for -v4Edward Z. Yang2014-06-221-4/+18
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Fix #8696 - don't generate static intra-package references.Austin Seipp2014-02-241-2/+14
* Revert "Respect the ordering of -package directives"Patrick Palka2013-12-011-8/+7
* Respect the ordering of -package directivesPatrick Palka2013-12-011-7/+8
* 80 columnsSimon Marlow2013-11-211-2/+3
* Rework how iOS does linking (#8127)Austin Seipp2013-08-281-7/+10
* Fix the GHC package DLL-splittingIan Lynagh2013-05-141-3/+14
* Change how we handle libffiIan Lynagh2013-03-231-2/+10
* Add throwGhcExceptionIO and change a few uses of throwGhcException to use itIan Lynagh2013-01-301-6/+7
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-6/+6
* Some alpha renamingIan Lynagh2012-10-161-6/+6
* Rename DynFlag to GeneralFlagIan Lynagh2012-10-161-1/+1
* Make the ways dynamicIan Lynagh2012-09-031-5/+4
* Refactor the ways code a bitIan Lynagh2012-09-031-3/+3
* -package P was loading all versions of P in GHCi (#7030)Simon Marlow2012-07-021-1/+3
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-22/+28
* Improve error message for invalid package db file (#6133).Paolo Capriotti2012-06-041-1/+6
* Simplify the behavior of package db flags.Paolo Capriotti2012-05-151-9/+3