summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* ghc-pkg dependency on ghc-cabal should be an order-only dependency,Simon Marlow2011-04-111-2/+4
* Add NondecreasingIndentation to the list of extensions in ghc-pkgIan Lynagh2011-01-171-1/+1
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-061-1/+1
* 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
* Remove ghc-pkg's dependency on haskell98Ian Lynagh2010-10-132-4/+1
* Fix build on Windows: ghc-pkg/Main.hs needs ForeignFunctionInterfaceIan Lynagh2010-10-121-1/+1
* Fix build following haskell98 and -fglasgow-exts changesIan Lynagh2010-10-061-1/+1
* Bump dependenciesIan Lynagh2010-09-171-1/+1