summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg/Main.hs
Commit message (Expand)AuthorAgeFilesLines
...
* 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-251-1/+54
* 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-151-30/+30
* Remove LANGUAGE pragrams implied by Haskell2010Herbert Valerio Riedel2014-05-141-1/+1
* 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
* Stop using the deprecated System.CmdIan Lynagh2013-02-151-2/+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
* 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
* ghc-pkg: restore -no-user-package-conf flag.Paolo Capriotti2012-07-181-0/+2
* improve the --help docs a bit (#7008)Simon Marlow2012-07-021-4/+6
* Accept -package-conf so cabal-install worksIan Lynagh2012-05-271-1/+1
* Don't use stdcall on Win64: It isn't supported; ccall is used insteadIan Lynagh2012-05-161-1/+11
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-151-10/+10
* ghc-pkg: make sure info messages go to stdout and errors to stderr (#3818)Paolo Capriotti2012-03-081-30/+40
* Fix ghc-pkg's quoting of the pkgroot fieldIan Lynagh2011-06-191-1/+1
* SafeHaskell: Add trust flag to packagesDavid Terei2011-06-171-2/+20
* Fix parsing "$topdir" in package configIan Lynagh2011-06-101-18/+20
* Fix buildIan Lynagh2011-06-091-1/+1
* Fix for $topdir appearing in the haddock-html fieldDuncan Coutts2011-06-091-1/+2
* ghc-pkg: report parser warnings when registering packagesDuncan Coutts2011-05-251-4/+11
* Provide the pkgroot value in ghc-pkg dump & describe when necessaryDuncan Coutts2011-05-251-40/+84
* Add stricter ghc-pkg checks on package file/dir/url fieldsDuncan Coutts2011-05-251-10/+25
* Implement ${pkgroot} spec, allows relocatable registered packagesDuncan Coutts2011-05-251-51/+100
* Deprecate the ghc-pkg --auto-ghci-libs flagDuncan Coutts2011-05-251-0/+3
* ghc-pkg: don't expand ${name}-style env vars by defaultDuncan Coutts2011-05-251-4/+12
* Unicode fixes, taking into account PEP383 supportMax Bolingbroke2011-05-141-10/+11
* Replace uses of the old try function with the new oneIan Lynagh2010-12-181-4/+6
* Replace uses of the old catch function with the new oneIan Lynagh2010-12-181-6/+6
* Remove more dead code now we require GHC >= 6.12Ian Lynagh2010-12-151-71/+3
* Remove the no-ghci-lib warning in ghc-pkgIan Lynagh2010-11-271-7/+4