summaryrefslogtreecommitdiff
path: root/compiler/main/PackageConfig.hs
Commit message (Expand)AuthorAgeFilesLines
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-211-0/+1
* Make InstalledUnitId be ONLY a FastString.Edward Z. Yang2016-10-081-3/+2
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-5/+18
* The Backpack patch.Edward Z. Yang2016-10-081-13/+10
* Simplify ghc-boot database representation with new type class.Edward Z. Yang2016-02-011-23/+3
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-14/+4
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-23/+23
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-141-1/+0
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-131-1/+1
* Delete ShPackageKey for now.Edward Z. Yang2015-10-101-21/+0
* Library names, with Cabal submodule updateEdward Z. Yang2015-07-231-0/+20
* Add Uniquable instances for InstalledPackageId/SourcePackageId/PackageNameEdward Z. Yang2015-02-091-0/+10
* Generalize exposed-modules field in installed package databaseEdward Z. Yang2014-11-151-2/+25
* Fix a few minor issues spotted in code reviewDuncan Coutts2014-08-291-1/+1
* Switch the package id types to use FastString (rather than String)Duncan Coutts2014-08-291-24/+20
* Add a ghc -show-packages mode to display ghc's view of the package envDuncan Coutts2014-08-291-10/+31
* Fix long lines and trailing whitespaceDuncan Coutts2014-08-291-1/+1
* Use ghc-local types for packages, rather than Cabal typesDuncan Coutts2014-08-291-44/+80
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-9/+10
* Module reexports, fixing #8407.Edward Z. Yang2014-07-251-0/+4
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-11/+11
* Update documentation to follow 2dc3b476aff28Edward Z. Yang2014-06-201-10/+5
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Clean of PackageConfigDavid Terei2012-03-231-27/+23
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+8
* Change the representation of the package databaseSimon Marlow2009-09-101-5/+3
* Follow changes in Cabal: package -> sourcePackageIdSimon Marlow2009-08-241-1/+1
* Add unique package identifiers (InstalledPackageId) in the package DBSimon Marlow2009-08-201-11/+1
* whitespace onlySimon Marlow2009-07-161-2/+2
* Replace couple of fromJust with expectJustClemens Fruhwirth2008-11-071-2/+2
* Disambiguate some names in haddock commentsIan Lynagh2008-08-281-2/+2
* Follow changes in CabalIan Lynagh2008-08-131-1/+1
* haddock fixesIan Lynagh2008-08-031-1/+1
* Document PackageConfigMax Bolingbroke2008-07-311-5/+18
* Follow Cabal changesIan Lynagh2008-06-291-2/+24
* Follow changes in CabalIan Lynagh2008-05-101-4/+5
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-4/+0
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-031-69/+9
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-4/+4
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Make package ndp wired-inRoman Leshchinskiy2007-06-291-0/+2
* get ReadP from the right place.Simon Marlow2006-07-281-1/+1
* Generalise Package SupportSimon Marlow2006-07-251-2/+46
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+69