summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define utils/ghc-pkg_dist_PROG correctly for WindowsIan Lynagh2013-02-161-3/+1
* Build the stage0 ghc-pkg with CabalIan Lynagh2013-02-161-56/+13
* Build system tweak: Do the package checks at configure timeIan Lynagh2013-02-151-1/+1
* Stop using the deprecated System.CmdIan Lynagh2013-02-151-2/+1
* install ghc-pkg correctly when Stage1Only=YES (#7639)Simon Marlow2013-02-051-20/+27
* Try to make ghc-pkg and ghc-cabal use the same flags when bootstrapping.Simon Marlow2013-02-011-1/+0
* Tidy up cross-compilingSimon Marlow2013-01-171-2/+2
* Update dependenciesIan Lynagh2012-11-301-1/+1
* Make ghc-pkg print less on error.Ben Millwood2012-11-301-5/+6
* fix typo, courtesy of Jon Cave, thanks!Gabor Greif2012-11-081-1/+1
* Fix a makefile ruleIan Lynagh2012-10-291-1/+1
* Move ghc-pkg's generated Version.hs inside the dist directoriesIan Lynagh2012-10-291-6/+9
* Make "ghc-pkg check" check for prof and dyn ways, as well as vanillaIan Lynagh2012-10-251-17/+23
* Remove an outdated commentIan Lynagh2012-10-251-1/+1
* ghc-pkg: Print something when no packages are found; fixes #6119Ian Lynagh2012-10-111-1/+4