| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump Cabal submodule | Ben Gamari | 2022-02-10 | 1 | -0/+1 |
* | Fix some notes | Matthew Pickering | 2022-02-08 | 1 | -1/+1 |
* | Fix a few Note inconsistencies | Ben Gamari | 2022-02-01 | 2 | -3/+2 |
* | Improve migration strategy for the XDG compliance change to the GHC application | Zubin Duggal | 2022-01-31 | 1 | -29/+47 |
* | Remove Indefinite | Sylvain Henry | 2021-10-22 | 1 | -3/+2 |
* | packaging: Give ghc-pkg the same version as ProjectVersion | Matthew Pickering | 2021-07-27 | 1 | -1/+1 |
* | 18000 Use GHC.IO.catchException in favor of Exception.catch | Sasha Bogicevic | 2021-04-26 | 1 | -2/+3 |
* | directory: ensure xdg compliance (Fix #6077) | Gauvain 'GovanifY' Roussel-Tarbouriech | 2021-02-18 | 1 | -4/+4 |
* | Add explicit import lists to Data.List imports | Oleg Grenrus | 2021-01-29 | 1 | -1/+3 |
* | Initial ShortText code and conversion of package db code | Wander Hillen | 2020-10-13 | 1 | -18/+49 |
* | Add a closing parenthesis too | Felix Yan | 2020-08-10 | 1 | -1/+1 |
* | Correct a typo in ghc.mk | Felix Yan | 2020-08-10 | 1 | -1/+1 |
* | Move GHC.Platform into the compiler | Sylvain Henry | 2020-07-25 | 1 | -14/+7 |
* | Put PlatformConstants into Platform | Sylvain Henry | 2020-07-25 | 1 | -1/+6 |
* | Rename Package into Unit (2) | Sylvain Henry | 2020-06-13 | 1 | -3/+3 |
* | Unit: split and rename modules | Sylvain Henry | 2020-04-30 | 1 | -3/+3 |
* | Factorize mungePackagePaths code | Sylvain Henry | 2020-04-30 | 1 | -33/+6 |
* | Refactor UnitInfo load/store from databases | Sylvain Henry | 2020-04-30 | 1 | -41/+28 |
* | Refactor UnitInfo | Sylvain Henry | 2020-04-30 | 1 | -34/+34 |
* | Modules (#13009) | Sylvain Henry | 2020-04-18 | 1 | -1/+2 |
* | Update to Cabal submodule to v3.2.0.0-alpha3 | Oleg Grenrus | 2020-01-04 | 1 | -3/+4 |
* | Add --show-unit-ids flag to ghc-pkg | Oleg Grenrus | 2019-12-12 | 1 | -9/+22 |
* | Factor out a smaller part of Platform for host fallback | John Ericson | 2019-10-04 | 1 | -11/+7 |
* | Bump Cabal submodule to 3.1 | Sebastian Graf | 2019-09-12 | 1 | -1/+1 |
* | Deduplicate "unique subdir" code between GHC and Cabal | John Ericson | 2019-07-09 | 3 | -20/+9 |
* | Remove most uses of TARGET platform macros | John Ericson | 2019-07-09 | 1 | -3/+1 |
* | ghc-pkg needs settings file to un-hardcode target platform | John Ericson | 2019-06-19 | 2 | -5/+34 |
* | Factor out 'getLibDir' / 'getBaseDir' into a new GHC.BaseDir ghc-boot module | John Ericson | 2019-06-07 | 1 | -15/+3 |
* | Update Wiki URLs to point to GitLab | Takenobu Tani | 2019-03-25 | 2 | -4/+4 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 1 | -1/+1 |
* | make ghc-pkg shut up | Moritz Angermann | 2019-01-30 | 1 | -1/+1 |
* | Revert "Batch merge" | Ben Gamari | 2019-01-30 | 1 | -1/+1 |
* | Batch merge | Ben Gamari | 2019-01-30 | 1 | -1/+1 |
* | Update `Cabal` submodule | Herbert Valerio Riedel | 2019-01-14 | 1 | -30/+21 |
* | Fix ghc-pkg when only prof way is enabled | Zejun Wu | 2018-10-28 | 1 | -1/+1 |
* | Drop GHC 8.2 compatibility | Ryan Scott | 2018-10-03 | 1 | -65/+2 |
* | ghc, ghc-pkg: use getExecutablePath on Windows when base >= 4.11.0 | Tamar Christina | 2018-08-25 | 1 | -13/+25 |
* | Handle abi-depends correctly in ghc-pkg | Tobias Dammers | 2018-06-02 | 1 | -15/+127 |
* | Revert "ghc-pkg: recompute `abi-depends` for updated packages" | Ben Gamari | 2018-05-21 | 1 | -51/+1 |
* | ghc-pkg: recompute `abi-depends` for updated packages | Austin Seipp | 2018-05-20 | 1 | -1/+51 |
* | ghc-pkg: Configure handle encodings | Ben Gamari | 2018-05-13 | 1 | -0/+2 |
* | ghc-pkg: Add missing newlines to usage message | Ben Gamari | 2017-11-20 | 1 | -2/+2 |
* | Fix #elfi -> #elif; unbreak -Werror. | Moritz Angermann | 2017-11-19 | 1 | -3/+5 |
* | Relocatable GHC | Moritz Angermann | 2017-11-18 | 1 | -0/+11 |
* | Update Win32 version for GHC 8.4. | Tamar Christina | 2017-11-09 | 1 | -5/+3 |
* | Fix #13703 by correctly using munged names in ghc-pkg. | Edward Z. Yang | 2017-05-16 | 1 | -32/+34 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -5/+5 |
* | Bump process to 1.6 | Ben Gamari | 2017-04-27 | 1 | -1/+1 |
* | Update Cabal submodule, with necessary wibbles. | Edward Z. Yang | 2017-04-26 | 1 | -9/+2 |
* | fix 'make install' for cross-stage2 | Sergei Trofimovich | 2017-04-08 | 1 | -0/+6 |