Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch back to using bytestring from the darcs repo; partially fixes #3855 | Ian Lynagh | 2010-05-02 | 1 | -0/+1 |
| | |||||
* | Add comments to darcs-all and packages | simonpj@microsoft.com | 2010-03-03 | 1 | -5/+19 |
| | |||||
* | darcs-all --extra get: gets a few extra packages | Simon Marlow | 2010-02-17 | 1 | -0/+3 |
| | | | | currently deepseq, parallel, stm. | ||||
* | Make a mingw tree from mingw tarballs | Ian Lynagh | 2009-10-23 | 1 | -0/+1 |
| | |||||
* | Remove bytestring from the "packages" file | Ian Lynagh | 2009-10-07 | 1 | -1/+0 |
| | | | | We now use a tarball of it, so we don't want to get it from a darcs repo. | ||||
* | Remove syb; it is no longer needed | Ian Lynagh | 2009-09-22 | 1 | -1/+0 |
| | |||||
* | Remove base3-compat | Ian Lynagh | 2009-09-22 | 1 | -1/+0 |
| | |||||
* | Change the representation of the package database | Simon Marlow | 2009-09-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - the package DB is a directory containing one file per package instance (#723) - there is a binary cache of the database (#593, #2089) - the binary package is now a boot package - there is a new package, bin-package-db, containing the Binary instance of InstalledPackageInfo for the binary cache. Also included in this patch - Use colour in 'ghc-pkg list' to indicate broken or hidden packages Broken packages are red, hidden packages are Colour support comes from the terminfo package, and is only used when - not --simple-output - stdout is a TTY - the terminal type has colour capability - Fix the bug that 'ghc-pkg list --user' shows everything as broken | ||||
* | Make the Integer library used directly configurable in GHC and base | Ian Lynagh | 2009-07-22 | 1 | -1/+0 |
| | | | | Rather than indirecting through an integer package | ||||
* | Add integer-simple as a build option | Ian Lynagh | 2009-07-22 | 1 | -0/+1 |
| | |||||
* | Add the integer package | Ian Lynagh | 2009-06-22 | 1 | -0/+1 |
| | | | | integer-gmp's Integer is now wrapped by an Integer type in integer. | ||||
* | drop packedstring; it is no longer required by template-haskell | Simon Marlow | 2009-05-18 | 1 | -1/+0 |
| | |||||
* | Make dph required | Ian Lynagh | 2009-05-15 | 1 | -1/+1 |
| | |||||
* | Remove left-over bits of extralib support | Ian Lynagh | 2009-05-14 | 1 | -12/+0 |
| | |||||
* | Use haskeline, rather than editline, for line editing in ghci | Ian Lynagh | 2009-04-29 | 1 | -2/+4 |
| | |||||
* | Remove time from extralibs at request of maintainer | Ian Lynagh | 2009-01-04 | 1 | -1/+0 |
| | |||||
* | Use an extensible-exceptions package when bootstrapping | Ian Lynagh | 2008-10-03 | 1 | -0/+1 |
| | | | | | | | Ifdefs for whether we had extensible exceptions or not were spreading through GHC's source, and things would only have got worse for the next 2-3 years, so instead we now use an implementation of extensible exceptions built on top of the old exception type. | ||||
* | Add an explanation of the format of the packages file format | Ian Lynagh | 2008-09-06 | 1 | -0/+15 |
| | |||||
* | Re-merge concurrent,timeout,unique,st,getopt into base | Ian Lynagh | 2008-09-03 | 1 | -5/+0 |
| | |||||
* | Actually, that's use a separate haddock repo for now | Ian Lynagh | 2008-08-30 | 1 | -1/+1 |
| | | | | | Everything will be changing in a couple of weeks anyway, so let's just keep it simple for the time being. | ||||
* | Teach darcs-all about absolute repos, and add haddock to packages | Ian Lynagh | 2008-08-13 | 1 | -0/+1 |
| | |||||
* | syb is now in its own package | Ian Lynagh | 2008-08-25 | 1 | -0/+1 |
| | |||||
* | concurrent, unique, timeout have now been split off from base | Ian Lynagh | 2008-08-24 | 1 | -0/+3 |
| | |||||
* | getopt is now split off from base | Ian Lynagh | 2008-08-24 | 1 | -0/+1 |
| | |||||
* | st is now split off from base | Ian Lynagh | 2008-08-23 | 1 | -0/+1 |
| | |||||
* | build base3-compat | Simon Marlow | 2008-08-11 | 1 | -1/+1 |
| | |||||
* | Prepare GHC for building with Git | Max Bolingbroke | 2008-08-06 | 1 | -39/+40 |
| | | | | | | | | | * New packages format lets you select source control system in use * Packages file now includes root repo explicitly * Scripts darcs-all and push-all updated for the new packages format only * New sync-all script, intended for use after Git changeover and for buildbots right now * Had to remove libraries/bootstrapping from tree since Git cannot track empty directories without a hack * Determine checkout date with Git using Darcs fallback in aclocal.m4 | ||||
* | Remove the cgi package from extralibs | Ian Lynagh | 2008-08-05 | 1 | -1/+0 |
| | | | | | | It has some sort of Error Monad using the old Exception type. I'm not familiar with it enough to know what the right thing to do for it with extensible exceptions is. | ||||
* | Add some comments to packages/darcs-all | Ian Lynagh | 2008-07-29 | 1 | -0/+3 |
| | |||||
* | Add dph to ./packages and darcs-all | Ian Lynagh | 2008-07-29 | 1 | -0/+1 |
| | |||||
* | Remove cabal-install from ./packages; we've decided not to build it | Ian Lynagh | 2008-07-29 | 1 | -1/+0 |
| | |||||
* | Rejig how darcs-all works | Ian Lynagh | 2008-07-24 | 1 | -0/+41 |
It's now easier to add new repos anywhere in the source tree |