summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweak the build system handling of shell wrappersIan Lynagh2012-09-271-1/+1
* Update dependency on directory.Paolo Capriotti2012-09-091-1/+1
* make sure to remove the right link before calling 'ln -s' (could we use 'ln -...Gabor Greif2012-08-301-2/+2
* 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-153-14/+14
* Add SRC_[CH]C_WARNING_OPTSIan Lynagh2012-04-261-0/+1
* ghc-pkg: make sure info messages go to stdout and errors to stderr (#3818)Paolo Capriotti2012-03-081-30/+40
* GHC trees no longer include the extensible-exceptions packageIan Lynagh2012-02-211-1/+0
* Improve support for cross-compilationSimon Marlow2012-01-301-11/+22
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-5/+5
* Follow cabal->Cabal rename, and fix haddock index generationIan Lynagh2011-10-231-1/+1
* add a ToDoSimon Marlow2011-09-211-0/+3
* Fix validation problem when GHC is 7.2.1, warnings from binary.David Terei2011-08-191-1/+1
* Relax some dependenciesIan Lynagh2011-07-081-1/+1
* Follow Cabal reorganisation, and improve build system a littleIan Lynagh2011-06-231-1/+1
* 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