summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg/Main.hs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* 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
* 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
* Fix long lines and trailing whitespaceDuncan Coutts2014-08-291-35/+48
* Fix warnings arising from the package db refactoringDuncan Coutts2014-08-291-5/+1
* Move Cabal Binary instances from bin-package-db to ghc-pkg itselfDuncan Coutts2014-08-291-5/+147