| Commit message (Expand) | Author | Age | Files | Lines |
* | Always use extensible exceptions in ghc-pkg, rather than using ifdefs | Ian Lynagh | 2008-10-03 | 2 | -29/+13 |
* | Fix building with GHC 6.6 | Ian Lynagh | 2008-09-20 | 1 | -1/+7 |
* | Wibble ghc-pkg imports to fix building on Windows | Ian Lynagh | 2008-09-17 | 1 | -2/+1 |
* | ghc-pkg needs to make package.conf with sensible permissions | Ian Lynagh | 2008-09-17 | 1 | -11/+65 |
* | Re-merge concurrent,timeout,unique,st,getopt into base | Ian Lynagh | 2008-09-03 | 1 | -4/+0 |
* | Update the build system to handle building and using haddock2 | Ian Lynagh | 2008-08-28 | 1 | -2/+2 |
* | concurrent, unique, timeout have now been split off from base | Ian Lynagh | 2008-08-24 | 1 | -1/+2 |
* | getopt is now split off from base | Ian Lynagh | 2008-08-24 | 1 | -4/+16 |
* | Make some utils -Wall clean | Ian Lynagh | 2008-08-21 | 1 | -8/+11 |
* | FIX #2521: trailing colon in GHC_PACKAGE_PATH | Simon Marlow | 2008-08-18 | 1 | -1/+21 |
* | Test for and reject duplicate dependencies (#2330) | Simon Marlow | 2008-08-18 | 1 | -7/+10 |
* | Fix #2441 (unregister/expose/hide packages in non-first package databases) | Simon Marlow | 2008-08-14 | 1 | -36/+51 |
* | add --no-user-package-conf | Simon Marlow | 2008-08-14 | 1 | -0/+6 |
* | FIX #1963: use Cabal's writeFileAtomic to write the new package.conf | Simon Marlow | 2008-08-13 | 1 | -35/+44 |
* | FIX #2492: ghc-pkg insists on having HOME environment variable set | Simon Marlow | 2008-08-13 | 1 | -9/+17 |
* | FIX #2491 (ghc-pkg unregister should complain about breaking dependent packages) | Simon Marlow | 2008-08-13 | 1 | -36/+47 |
* | add special globbing file for Windows to ghc-pkg.cabal | dias@eecs.harvard.edu | 2008-08-13 | 1 | -1/+2 |
* | build base3-compat | Simon Marlow | 2008-08-11 | 1 | -1/+1 |
* | bindist fixes | Ian Lynagh | 2008-08-10 | 1 | -0/+1 |
* | Fix building with extensible exceptions | Ian Lynagh | 2008-07-30 | 1 | -6/+33 |
* | Fix the stage3 build | Ian Lynagh | 2008-07-22 | 1 | -3/+6 |
* | Put a #! line in ghc-pkg's shell wrapper | Ian Lynagh | 2008-07-19 | 1 | -0/+1 |
* | Fix ghc-pkg inplace on Windows | Ian Lynagh | 2008-07-19 | 1 | -1/+10 |
* | Build system tweaks | Ian Lynagh | 2008-07-18 | 1 | -0/+1 |
* | More build system changes; hasktags is now built with Cabal | Ian Lynagh | 2008-07-18 | 1 | -42/+4 |
* | Remove a comment | Ian Lynagh | 2008-07-18 | 1 | -3/+0 |
* | More build system changes; ghc-pkg is now built with Cabal | Ian Lynagh | 2008-07-18 | 4 | -142/+107 |
* | add "ghc-pkg dump" (fixes #2201) | Simon Marlow | 2008-07-11 | 1 | -6/+26 |
* | Get rid of compat/ | Ian Lynagh | 2008-07-08 | 1 | -8/+0 |
* | Remove Cabal modules from compat | Ian Lynagh | 2008-07-03 | 1 | -0/+2 |
* | Follow Cabal changes | Ian Lynagh | 2008-06-29 | 1 | -3/+21 |
* | Follow Cabal changes | Ian Lynagh | 2008-06-26 | 1 | -2/+3 |
* | Update ghc-pkg to follow Cabal changes | Ian Lynagh | 2008-05-10 | 1 | -20/+21 |
* | Copy the right ghc-pkg.bin into bindists | Ian Lynagh | 2008-03-05 | 1 | -1/+7 |
* | Mac OS X deployment target: piping opts through Makefiles | Manuel M T Chakravarty | 2008-02-21 | 1 | -0/+9 |
* | All installed Haskell prgms have an inplace and an installed version | Manuel M T Chakravarty | 2008-02-18 | 1 | -0/+8 |
* | Tweak whitespace | Ian Lynagh | 2008-02-17 | 1 | -1/+1 |
* | Fix typo | Ian Lynagh | 2008-02-17 | 1 | -1/+1 |
* | Remove some of the old compat stuff now that we assume GHC 6.4 | Simon Marlow | 2008-02-08 | 1 | -7/+1 |
* | matchesPkg: match against the pkg Id (foo-1.0) not just the package name (foo) | Simon Marlow | 2008-02-05 | 1 | -1/+1 |
* | FIX BUILD with ghc-6.4.x | Simon Marlow | 2008-02-01 | 1 | -1/+11 |
* | FIX #1750: in isBrokenPackage, don't loop if the deps are recursive | Simon Marlow | 2008-01-23 | 1 | -3/+8 |
* | This goes with the patch for #1839, #1463 | Simon Marlow | 2008-01-22 | 1 | -0/+4 |
* | FIX #1839, #1463, by supporting ghc-pkg bulk queries with substring matching | claus.reinke@talk21.com | 2008-01-21 | 2 | -45/+117 |
* | always try to remove the new file before restoring the old one (#1963) | Simon Marlow | 2007-12-14 | 1 | -7/+6 |
* | FIX #1963: catch Ctrl-C and clean up properly | Simon Marlow | 2007-12-13 | 2 | -20/+65 |
* | "list --simple-output" should be quiet when there are no packages to list | Simon Marlow | 2007-12-12 | 1 | -2/+2 |
* | Change the command-line semantics for query commands | Simon Marlow | 2007-11-16 | 1 | -19/+44 |
* | Disallow installing packages whose names differ in case only. | Simon Marlow | 2007-11-16 | 1 | -4/+12 |
* | FIX #1596 (remove deprecated --define-name) | Simon Marlow | 2007-11-14 | 1 | -139/+14 |