summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
* 18000 Use GHC.IO.catchException in favor of Exception.catchSasha Bogicevic2021-04-261-2/+3
* directory: ensure xdg compliance (Fix #6077)Gauvain 'GovanifY' Roussel-Tarbouriech2021-02-181-4/+4
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+3
* Initial ShortText code and conversion of package db codeWander Hillen2020-10-131-18/+49
* Add a closing parenthesis tooFelix Yan2020-08-101-1/+1
* Correct a typo in ghc.mkFelix Yan2020-08-101-1/+1
* Move GHC.Platform into the compilerSylvain Henry2020-07-251-14/+7
* Put PlatformConstants into PlatformSylvain Henry2020-07-251-1/+6
* Rename Package into Unit (2)Sylvain Henry2020-06-131-3/+3
* Unit: split and rename modulesSylvain Henry2020-04-301-3/+3
* Factorize mungePackagePaths codeSylvain Henry2020-04-301-33/+6
* Refactor UnitInfo load/store from databasesSylvain Henry2020-04-301-41/+28
* Refactor UnitInfoSylvain Henry2020-04-301-34/+34
* Modules (#13009)Sylvain Henry2020-04-181-1/+2
* Update to Cabal submodule to v3.2.0.0-alpha3Oleg Grenrus2020-01-041-3/+4
* Add --show-unit-ids flag to ghc-pkgOleg Grenrus2019-12-121-9/+22
* Factor out a smaller part of Platform for host fallbackJohn Ericson2019-10-041-11/+7
* Bump Cabal submodule to 3.1Sebastian Graf2019-09-121-1/+1
* Deduplicate "unique subdir" code between GHC and CabalJohn Ericson2019-07-093-20/+9
* Remove most uses of TARGET platform macrosJohn Ericson2019-07-091-3/+1
* ghc-pkg needs settings file to un-hardcode target platformJohn Ericson2019-06-192-5/+34
* Factor out 'getLibDir' / 'getBaseDir' into a new GHC.BaseDir ghc-boot moduleJohn Ericson2019-06-071-15/+3
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-4/+4
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* make ghc-pkg shut upMoritz Angermann2019-01-301-1/+1
* Revert "Batch merge"Ben Gamari2019-01-301-1/+1
* Batch mergeBen Gamari2019-01-301-1/+1
* Update `Cabal` submoduleHerbert Valerio Riedel2019-01-141-30/+21
* Fix ghc-pkg when only prof way is enabledZejun Wu2018-10-281-1/+1
* Drop GHC 8.2 compatibilityRyan Scott2018-10-031-65/+2
* ghc, ghc-pkg: use getExecutablePath on Windows when base >= 4.11.0Tamar Christina2018-08-251-13/+25
* Handle abi-depends correctly in ghc-pkgTobias Dammers2018-06-021-15/+127
* Revert "ghc-pkg: recompute `abi-depends` for updated packages"Ben Gamari2018-05-211-51/+1
* ghc-pkg: recompute `abi-depends` for updated packagesAustin Seipp2018-05-201-1/+51
* ghc-pkg: Configure handle encodingsBen Gamari2018-05-131-0/+2
* ghc-pkg: Add missing newlines to usage messageBen Gamari2017-11-201-2/+2
* Fix #elfi -> #elif; unbreak -Werror.Moritz Angermann2017-11-191-3/+5
* Relocatable GHCMoritz Angermann2017-11-181-0/+11
* Update Win32 version for GHC 8.4.Tamar Christina2017-11-091-5/+3
* Fix #13703 by correctly using munged names in ghc-pkg.Edward Z. Yang2017-05-161-32/+34
* Prefer #if defined to #ifdefBen Gamari2017-04-281-5/+5
* Bump process to 1.6Ben Gamari2017-04-271-1/+1
* Update Cabal submodule, with necessary wibbles.Edward Z. Yang2017-04-261-9/+2
* fix 'make install' for cross-stage2Sergei Trofimovich2017-04-081-0/+6
* ghc-pkg: Consider .conf files when computing package db mtimeAndrzej Rybczak2017-03-071-64/+21
* Print out sub-libraries of packages more nicely.Edward Z. Yang2017-03-021-2/+13
* Properly acquire locks on not yet existing package databasesAndrzej Rybczak2017-03-021-8/+15
* Add flag allowing convenient disabling of terminfo supportBen Gamari2017-02-283-4/+23
* Add support for concurrent package db access and updatesAndrzej Rybczak2017-02-261-131/+259
* Correct Windows libdir assumptions.Tamar Christina2017-02-231-4/+10