summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add some -no-user-package-conf flagsIan Lynagh2010-09-021-0/+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
* Simplify ghc-pkg's Cabal dependenciesIan Lynagh2010-07-041-21/+4
* Use Cabal to configure the dist-install ghc-pkg; fixes trac #4156Ian Lynagh2010-07-042-9/+13