summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refuse to register packages with unversioned dependencies; trac #1837Ian Lynagh2008-10-311-0/+5
* Always use extensible exceptions in ghc-pkg, rather than using ifdefsIan Lynagh2008-10-032-29/+13
* Fix building with GHC 6.6Ian Lynagh2008-09-201-1/+7
* Wibble ghc-pkg imports to fix building on WindowsIan Lynagh2008-09-171-2/+1
* ghc-pkg needs to make package.conf with sensible permissionsIan Lynagh2008-09-171-11/+65
* Re-merge concurrent,timeout,unique,st,getopt into baseIan Lynagh2008-09-031-4/+0
* Update the build system to handle building and using haddock2Ian Lynagh2008-08-281-2/+2
* concurrent, unique, timeout have now been split off from baseIan Lynagh2008-08-241-1/+2
* getopt is now split off from baseIan Lynagh2008-08-241-4/+16
* Make some utils -Wall cleanIan Lynagh2008-08-211-8/+11
* FIX #2521: trailing colon in GHC_PACKAGE_PATHSimon Marlow2008-08-181-1/+21
* Test for and reject duplicate dependencies (#2330)Simon Marlow2008-08-181-7/+10