summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix colors in emacs terminalBodigrim2023-02-041-2/+4
* ghc-pkg does not have to depend on terminfoBodigrim2023-01-181-37/+17
* Assorted fixes to avoid Data.List.{head,tail}Bodigrim2022-11-251-3/+4
* Fix some notesMatthew Pickering2022-02-081-1/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-011-2/+1
* Improve migration strategy for the XDG compliance change to the GHC applicationZubin Duggal2022-01-311-29/+47
* Remove IndefiniteSylvain Henry2021-10-221-3/+2
* 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
* 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-091-6/+9
* ghc-pkg needs settings file to un-hardcode target platformJohn Ericson2019-06-191-4/+30
* Factor out 'getLibDir' / 'getBaseDir' into a new GHC.BaseDir ghc-boot moduleJohn Ericson2019-06-071-15/+3
* 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
* Update Cabal submodule, with necessary wibbles.Edward Z. Yang2017-04-261-9/+2
* 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-281-2/+10
* Add support for concurrent package db access and updatesAndrzej Rybczak2017-02-261-131/+259