summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Append $(exeext) to utils/ghc-pkg_dist_PROGIan Lynagh2010-03-241-1/+1
* 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
* Write the binary cache file atomicallySimon Marlow2010-02-161-5/+13
* document 'recache' command in the help output (#3684)Simon Marlow2009-11-301-0/+7
* Use UTF-8 explicitly for InstalledPackageInfoSimon Marlow2009-11-251-7/+26
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-052-5/+5
* follow changes in Distribution.Simple.PackageIndex APISimon Marlow2009-10-061-2/+2
* Use "order only constraints" for directoriesIan Lynagh2009-10-021-5/+2
* System.Console.Terminfo isn't available when bootstrapping.Matthias Kilian2009-09-302-2/+3
* Fix build on WindowsSimon Marlow2009-09-142-3/+6