| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ghctags compile again. | Thomas Schilling | 2008-10-07 | 1 | -35/+33 |
* | Always use extensible exceptions in ghc-pkg, rather than using ifdefs | Ian Lynagh | 2008-10-03 | 2 | -29/+13 |
* | don't install the installPackage program | Ian Lynagh | 2008-09-30 | 1 | -2/+3 |
* | Update dependencies | Ian Lynagh | 2008-09-20 | 1 | -2/+2 |
* | Fix building with GHC 6.6 | Ian Lynagh | 2008-09-20 | 1 | -1/+7 |
* | ext-core library: Parser fixes; make it build with the HEAD | Tim Chevalier | 2008-09-18 | 5 | -12/+21 |
* | 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 |
* | Add "#!/bin/sh" to runghc.wrapper | Ian Lynagh | 2008-09-14 | 1 | -0/+1 |
* | Fixing directory creation to not create "" directories inside hpc report (har... | andygill@ku.edu | 2008-09-16 | 1 | -1/+3 |
* | Fix Trac #2311: creates subdirs for package coverage information | andygill@ku.edu | 2008-09-15 | 1 | -10/+20 |
* | ext-core library: Add dead code eliminator for Core | Tim Chevalier | 2008-09-12 | 3 | -2/+128 |
* | ext-core library: expose some more modules | Tim Chevalier | 2008-09-12 | 1 | -2/+2 |
* | ext-core library: Change syntax for primitive coercions | Tim Chevalier | 2008-09-12 | 1 | -7/+6 |
* | ext-core library: Export a lot more things from Prims | Tim Chevalier | 2008-09-12 | 2 | -17/+84 |
* | ext-core library: Extend Core preprocessor | Tim Chevalier | 2008-09-12 | 1 | -6/+70 |
* | ext-core library: Export a bunch more stuff from the parser | Tim Chevalier | 2008-09-12 | 1 | -1/+3 |
* | ext-core library: Fix performance bug | Tim Chevalier | 2008-09-12 | 1 | -2/+11 |
* | ext-core library: Remove some cruft | Tim Chevalier | 2008-09-12 | 1 | -4/+2 |
* | ext-core library: Add code for merging multiple Core modules into a single mo... | Tim Chevalier | 2008-09-12 | 4 | -3/+310 |
* | Don't install pwd | Ian Lynagh | 2008-09-11 | 1 | -1/+5 |
* | make this build with GHC 6.7+ | Simon Marlow | 2008-09-08 | 1 | -0/+3 |
* | Add a comment to utils/Makefile | Ian Lynagh | 2008-09-05 | 1 | -0/+9 |
* | Move the "This is a generated file" to the top of GHC.Prim | Ian Lynagh | 2008-09-05 | 1 | -7/+7 |
* | Make genprimopcode generate code that haddock 2 understands | Ian Lynagh | 2008-09-05 | 1 | -10/+26 |
* | Re-merge concurrent,timeout,unique,st,getopt into base | Ian Lynagh | 2008-09-03 | 3 | -7/+1 |
* | Cope with recent versions of Perl that lack the $* feature | simonpj@microsoft.com | 2008-09-02 | 1 | -3/+4 |
* | Update the build system to handle building and using haddock2 | Ian Lynagh | 2008-08-28 | 4 | -14/+17 |
* | Build haddock with the stage1 compiler | Ian Lynagh | 2008-08-14 | 1 | -1/+1 |
* | Fix "runghc foo" where the program is foo.hs or foo.lhs | Ian Lynagh | 2008-08-25 | 1 | -3/+10 |
* | When making bindists, check that we know where we are | Ian Lynagh | 2008-08-25 | 1 | -0/+4 |
* | Get everything building with base 4 in the HEAD | Ian Lynagh | 2008-08-25 | 3 | -6/+16 |
* | 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 | 2 | -5/+17 |
* | Fix warnings in runghc | Ian Lynagh | 2008-08-21 | 1 | -2/+2 |
* | Make some utils -Wall clean | Ian Lynagh | 2008-08-21 | 13 | -99/+142 |
* | Avoid scary "Package contains no library to register" message in installPackage | Ian Lynagh | 2008-08-17 | 1 | -1/+6 |
* | 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 |
* | When distcleaning in utils/, distclean (rather then merely clean) the utils | Ian Lynagh | 2008-08-15 | 1 | -1/+7 |
* | Only clean utils/pwd/pwd when distcleaning, not when cleaning | Ian Lynagh | 2008-08-12 | 1 | -1/+1 |
* | 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 |
* | Also clean pwd.hi and pwd.o | Ian Lynagh | 2008-08-10 | 1 | -1/+1 |
* | bindist fixes | Ian Lynagh | 2008-08-10 | 1 | -0/+1 |