summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-3/+0
* Removed colon append operation (fixes #10785)Ben Gamari2015-12-111-3/+3
* ghc-pkg: don't sort packages unnecessarilyThomas Miedema2015-12-071-7/+3
* ghc-pkg: Restore old behavior in colored version; fixes 6119Sibi Prabakaran2015-12-071-4/+7
* ghc-pkg: print version when verboseAdam Sandberg Eriksson2015-11-291-24/+26
* Update process submodule to process-1.4 releaseHerbert Valerio Riedel2015-11-021-1/+1
* Update process submoduleHerbert Valerio Riedel2015-11-011-1/+1
* ghc-pkg: Express return-method in terms of pureHerbert Valerio Riedel2015-10-181-2/+2
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-4/+4
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-141-78/+54
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-131-1/+1
* Build system: cleanup BUILD_DIRS + add lots of NotesThomas Miedema2015-09-081-0/+2
* Build system: cleanup utils/ghc-pkg/ghc.mkThomas Miedema2015-09-071-17/+31
* ghc-pkg: don't print ignored errors when verbosity=0Thomas Miedema2015-09-041-7/+9
* ghc-pkg --enable-multi-instance should not complain about case sensitivity.Edward Z. Yang2015-08-291-1/+2
* Build system: simplify install.mk.inThomas Miedema2015-08-211-1/+1
* Unbreak Windows build: delete unusud throwIOIOThomas Miedema2015-07-081-5/+0
* ghc-pkg: use read/writeUTF8File from CabalThomas Miedema2015-07-021-55/+3
* Make GHC install libraries to e.g. xhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.Edward Z. Yang2015-06-201-1/+1
* Fix ghc-pkg reports cache out date (#10205)Thomas Miedema2015-06-161-4/+44
* ghc-pkg support query by package-key, fixes #9507Edward Z. Yang2015-06-041-12/+30
* Comments only, mostly typosThomas Miedema2015-04-031-1/+3
* Cleanup ghc-pkgThomas Miedema2015-02-181-112/+37
* Improve outdated ghc-pkg cache warning (#9606)Thomas Miedema2015-02-171-2/+8
* Add a workaround to allow older cabal-install to use ghc-7.10Duncan Coutts2015-02-091-6/+76