summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Use ghc-local types for packages, rather than Cabal typesDuncan Coutts2014-08-291-6/+54
* Introduce new file format for the package database binary cacheDuncan Coutts2014-08-291-22/+11
* Improve the ghc-pkg warnings for missing and out of date package cache filesDuncan Coutts2014-08-291-23/+38
* Drop support for single-file style package databasesDuncan Coutts2014-08-291-58/+9
* Simplify conversion in binary serialisation of ghc-pkg dbDuncan Coutts2014-08-291-4/+3
* Have ghc-pkg use an old-style package key when it's not provided.Edward Z. Yang2014-08-131-1/+9
* Disable ghc-pkg accepting multiple package IDs (differing package keys) for now.Edward Z. Yang2014-08-051-5/+4
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-13/+35
* Support ghc-pkg --ipid to query package ID.Edward Z. Yang2014-07-281-34/+56
* Module reexports, fixing #8407.Edward Z. Yang2014-07-252-3/+56
* Documentation for substringCheck.Edward Z. Yang2014-07-211-0/+22
* [ghc-pkg] Fix #5442 by using the flag db stack to modify packages.Edward Z. Yang2014-07-211-12/+24
* ghc-pkg register/update --enable-multi-instanceAustin Seipp2014-07-021-13/+36
* Avoid NondecreasingIndentation syntax in ghc-pkgHerbert Valerio Riedel2014-05-152-31/+31
* Remove LANGUAGE pragrams implied by Haskell2010Herbert Valerio Riedel2014-05-141-1/+1
* Set cabal files to default-language:Haskell2010Herbert Valerio Riedel2014-05-141-2/+3
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-012-4/+4
* Fix AMP warnings.Austin Seipp2013-09-111-0/+8
* Fix ghc-pkg list --simple-output not being alphabetical (#8245).Niklas Hambüchen2013-09-061-8/+9
* Update the package database directory's timestamps when rebuilding the packag...Geoffrey Mainland2013-06-241-0/+4
* When verbose, give more information about cache statusIan Lynagh2013-05-301-17/+35
* Small refactoring in ghc-pkgIan Lynagh2013-04-281-6/+4
* Remove some old "backwards compatibility" codeIan Lynagh2013-04-281-24/+4
* Make "ghc-pkg field pkg field --simple-output" do something usefulIan Lynagh2013-04-281-16/+20
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-4/+2
* Use more of the automatically generated INPLACE variablesIan Lynagh2013-03-031-1/+1
* Rename $(Windows) to $(Windows_Host)Ian Lynagh2013-03-011-1/+1