summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ghc-pkg's dependency on haskell98Ian Lynagh2010-10-131-3/+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
* Fix build: Add newline to end of ghc-pkg/Main.hsIan Lynagh2010-08-011-1/+1
* ghc-pkg: don't fail, if a file is already removedich@christoph-bauer.net2010-07-251-4/+10
* Remove an unnecessary #includeIan Lynagh2010-07-151-2/+0
* Simplify some more CPP __GLASGOW_HASKELL__ testsIan Lynagh2010-07-151-10/+1
* Remove some code only used with GHC 6.11.*Ian Lynagh2010-07-151-4/+0
* __GLASGOW_HASKELL__ >= 609 is now always trueIan Lynagh2010-07-151-8/+0
* it should be an error to use relative directories (#4134)Simon Marlow2010-06-151-0/+3
* missing include-dirs or library-dirs is only a warning now (#4104)Simon Marlow2010-06-151-24/+35
* In ghc-pkg, send warnings to stderrIan Lynagh2010-06-061-5/+10
* fix the Windows build some moreSimon Marlow2010-03-041-1/+2
* fix Windows buildSimon Marlow2010-03-021-1/+4
* Fix the build with GHC < 6.12Ian Lynagh2010-02-261-5/+7
* Force encoding to UTF-8 when writing individual .conf filesSimon Marlow2010-02-241-14/+28