summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #2441 (unregister/expose/hide packages in non-first package databases)Simon Marlow2008-08-141-36/+51
* add --no-user-package-confSimon Marlow2008-08-141-0/+6
* FIX #1963: use Cabal's writeFileAtomic to write the new package.confSimon Marlow2008-08-131-35/+44
* FIX #2492: ghc-pkg insists on having HOME environment variable setSimon Marlow2008-08-131-9/+17
* FIX #2491 (ghc-pkg unregister should complain about breaking dependent packages)Simon Marlow2008-08-131-36/+47
* add special globbing file for Windows to ghc-pkg.cabaldias@eecs.harvard.edu2008-08-131-1/+2
* build base3-compatSimon Marlow2008-08-111-1/+1
* bindist fixesIan Lynagh2008-08-101-0/+1
* Fix building with extensible exceptionsIan Lynagh2008-07-301-6/+33
* Fix the stage3 buildIan Lynagh2008-07-221-3/+6
* Put a #! line in ghc-pkg's shell wrapperIan Lynagh2008-07-191-0/+1
* Fix ghc-pkg inplace on WindowsIan Lynagh2008-07-191-1/+10
* Build system tweaksIan Lynagh2008-07-181-0/+1
* More build system changes; hasktags is now built with CabalIan Lynagh2008-07-181-42/+4
* Remove a commentIan Lynagh2008-07-181-3/+0
* More build system changes; ghc-pkg is now built with CabalIan Lynagh2008-07-184-142/+107
* add "ghc-pkg dump" (fixes #2201)Simon Marlow2008-07-111-6/+26
* Get rid of compat/Ian Lynagh2008-07-081-8/+0
* Remove Cabal modules from compatIan Lynagh2008-07-031-0/+2
* Follow Cabal changesIan Lynagh2008-06-291-3/+21
* Follow Cabal changesIan Lynagh2008-06-261-2/+3
* Update ghc-pkg to follow Cabal changesIan Lynagh2008-05-101-20/+21
* Copy the right ghc-pkg.bin into bindistsIan Lynagh2008-03-051-1/+7
* Mac OS X deployment target: piping opts through MakefilesManuel M T Chakravarty2008-02-211-0/+9
* All installed Haskell prgms have an inplace and an installed versionManuel M T Chakravarty2008-02-181-0/+8
* Tweak whitespaceIan Lynagh2008-02-171-1/+1
* Fix typoIan Lynagh2008-02-171-1/+1
* Remove some of the old compat stuff now that we assume GHC 6.4Simon Marlow2008-02-081-7/+1
* matchesPkg: match against the pkg Id (foo-1.0) not just the package name (foo)Simon Marlow2008-02-051-1/+1
* FIX BUILD with ghc-6.4.xSimon Marlow2008-02-011-1/+11
* FIX #1750: in isBrokenPackage, don't loop if the deps are recursiveSimon Marlow2008-01-231-3/+8
* This goes with the patch for #1839, #1463Simon Marlow2008-01-221-0/+4
* FIX #1839, #1463, by supporting ghc-pkg bulk queries with substring matchingclaus.reinke@talk21.com2008-01-212-45/+117
* always try to remove the new file before restoring the old one (#1963)Simon Marlow2007-12-141-7/+6
* FIX #1963: catch Ctrl-C and clean up properlySimon Marlow2007-12-132-20/+65
* "list --simple-output" should be quiet when there are no packages to listSimon Marlow2007-12-121-2/+2
* Change the command-line semantics for query commandsSimon Marlow2007-11-161-19/+44
* Disallow installing packages whose names differ in case only.Simon Marlow2007-11-161-4/+12
* FIX #1596 (remove deprecated --define-name)Simon Marlow2007-11-141-139/+14
* FIX #1837: remove deprecated support for unversioned dependencies (do not merge)Simon Marlow2007-11-141-36/+1
* FIX 1463 (implement 'ghc-pkg find-module')claus.reinke@talk21.com2007-11-091-6/+14
* remove --define-name from the --help usage message (#1596)Simon Marlow2007-11-141-4/+8
* FIX #1837: emit deprecated message for unversioned dependenciesSimon Marlow2007-11-141-3/+11
* Teach ghc-pkg about $httptopdirIan Lynagh2007-10-291-6/+11
* Add a --names-only flag for list --simple-outputIan Lynagh2007-09-071-2/+7