summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Cabal submodule update: hole support and tests.Edward Z. Yang2014-11-261-0/+2
* Deprecate Data.Version.versionTags (#2496)Thomas Miedema2014-11-221-1/+1
* Refactor: use System.FilePath.splitSearchPathThomas Miedema2014-11-191-23/+4
* Generalize exposed-modules field in installed package databaseEdward Z. Yang2014-11-151-49/+74
* Update Cabal submodule & ghc-pkg to use new module re-export typesEdward Z. Yang2014-09-241-203/+76
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-0/+2
* Fix a few minor issues spotted in code reviewDuncan Coutts2014-08-291-2/+1
* Address a number of Edward's code review commentsDuncan Coutts2014-08-291-6/+11
* Fix string conversions in ghc-pkg to be correct w.r.t. UnicodeDuncan Coutts2014-08-291-4/+5