summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot/GHC/PackageDb.hs
Commit message (Expand)AuthorAgeFilesLines
* Unit: split and rename modulesSylvain Henry2020-04-301-703/+0
* Factorize mungePackagePaths codeSylvain Henry2020-04-301-1/+73
* Refactor UnitInfo load/store from databasesSylvain Henry2020-04-301-124/+101
* Remove unused `emptyGenericUnitInfo`Sylvain Henry2020-04-301-36/+0
* Refactor UnitInfoSylvain Henry2020-04-301-178/+289
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-2/+2
* testsuite: Mark T3372 as fragile on WindowsBen Gamari2019-06-211-0/+2
* Drop GHC 8.2 compatibilityRyan Scott2018-10-031-2/+0
* NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghciShayne Fletcher2018-09-181-0/+1
* Drop GHC 8.0 compatibilityRyan Scott2018-03-131-20/+2
* Fix grammaros in commentsGabor Greif2017-10-171-1/+1
* PackageDb: Explicitly unlock package database before closingBen Gamari2017-08-291-1/+5
* ghc-pkg: Try opening lockfiles in read-write mode firstBen Gamari2017-08-291-8/+14
* Update Cabal submodule, with necessary wibbles.Edward Z. Yang2017-04-261-11/+6
* Print out sub-libraries of packages more nicely.Edward Z. Yang2017-03-021-0/+11
* Add support for concurrent package db access and updatesAndrzej Rybczak2017-02-261-11/+139
* Support for abi-depends for computing shadowing.Edward Z. Yang2016-12-211-2/+10
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-211-2/+8
* Make InstalledUnitId be ONLY a FastString.Edward Z. Yang2016-10-081-28/+28
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-5/+9
* The Backpack patch.Edward Z. Yang2016-10-081-33/+101
* Simplify ghc-boot database representation with new type class.Edward Z. Yang2016-02-011-63/+44
* Make a constraint synonym for repeated BinaryStringRep and use it.Edward Z. Yang2016-01-221-8/+11
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-53/+30
* Update binary submodule to binary-0.8 snapshotHerbert Valerio Riedel2015-12-161-12/+1
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-12/+12
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-141-9/+14
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-131-0/+411