summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
* Add hashes to unit-ids created by hadrianromes2023-05-041-1/+2
* Fix colors in emacs terminalBodigrim2023-02-041-2/+4
* ghc-pkg does not have to depend on terminfoBodigrim2023-01-182-45/+17
* Assorted fixes to avoid Data.List.{head,tail}Bodigrim2022-11-251-3/+4
* Drop make build systemBen Gamari2022-08-251-98/+0
* Bump Cabal submoduleBen Gamari2022-02-101-0/+1
* Fix some notesMatthew Pickering2022-02-081-1/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-012-3/+2
* Improve migration strategy for the XDG compliance change to the GHC applicationZubin Duggal2022-01-311-29/+47
* Remove IndefiniteSylvain Henry2021-10-221-3/+2
* packaging: Give ghc-pkg the same version as ProjectVersionMatthew Pickering2021-07-271-1/+1
* 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