summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-091-1/+1
* Fix comment (old file names) in mk/ and utils/Takenobu Tani2017-02-041-1/+1
* Support for abi-depends for computing shadowing.Edward Z. Yang2016-12-211-0/+1
* base: Bump version to 4.10.0.0Ben Gamari2016-12-151-1/+1
* ghc-pkg: Munge dynamic library directoriesBen Gamari2016-11-111-0/+1
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-211-1/+3
* Make InstalledUnitId be ONLY a FastString.Edward Z. Yang2016-10-081-8/+9
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-4/+9
* The Backpack patch.Edward Z. Yang2016-10-081-17/+39
* Update Cabal submodule to latest version.Edward Z. Yang2016-10-021-25/+29
* ghc-pkg: Allow unregistering multiple packages in one callNiklas Hambüchen2016-10-011-5/+6
* Cabal submodule update.Edward Z. Yang2016-08-081-9/+9
* ghc-pkg: Drop trailing slashes in computing db pathsBen Gamari2016-06-301-1/+1
* Updates to handle new CabalEdward Z. Yang2016-06-301-2/+2
* Error early when you register with too old a version of Cabal.Edward Z. Yang2016-02-101-0/+3
* Simplify ghc-boot database representation with new type class.Edward Z. Yang2016-02-011-15/+33
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-51/+44
* Add Cabal synopses and descriptionsBen Gamari2016-01-051-2/+5