summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add "ghc-pkg init" command for creating a new package DBSimon Marlow2009-09-141-0/+20
* Fix the location of the package database in the installed ghc-pkgIan Lynagh2009-09-121-1/+1
* remove superfluous trailing backslashSimon Marlow2009-09-111-1/+1
* Work around bug in old bytestring versions by reading the package DB strictlySimon Marlow2009-09-111-1/+16
* binary has unused-import warningsSimon Marlow2009-09-101-1/+2
* Change the representation of the package databaseSimon Marlow2009-09-103-169/+349
* Follow changes in Cabal: package -> sourcePackageIdSimon Marlow2009-08-241-25/+25
* Add unique package identifiers (InstalledPackageId) in the package DBSimon Marlow2009-08-201-45/+80
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-141-1/+1
* Fix permissions when installingIan Lynagh2009-08-021-1/+1
* Fix ignored-monadic-result warningsIan Lynagh2009-07-071-1/+1
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-5/+5
* follow change in System.Posix.Internals.c_openSimon Marlow2009-06-221-1/+5
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-291-0/+4
* ghc-pkg now takes a verbosity argumentIan Lynagh2009-06-051-23/+47
* depend on mk/project.mk appropriatelySimon Marlow2009-05-291-1/+1
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-9/+9
* fix warning (and validate)Simon Marlow2009-05-211-2/+1
* Use SRC_HC_OPTS when making ghc-cabal and ghc-pkgIan Lynagh2009-05-201-1/+1
* Fix building ghc-pkg when bootstrappingIan Lynagh2009-05-201-0/+21
* Simplify ghc-pkg's ghc.mk slightlyIan Lynagh2009-05-201-1/+1
* Add a header to all build system files:Simon Marlow2009-04-282-0/+24
* GHC new build system megapatchIan Lynagh2009-04-263-47/+101
* soup-up "ghc-pkg check"Simon Marlow2009-01-151-76/+169
* FIX BUILD on Windows (fix for #2873 broke it)Simon Marlow2009-01-091-0/+3
* Fix #2873: should fail if a package DB desn't existSimon Marlow2009-01-081-15/+15