- 31 Jul, 2008 20 commits
-
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
batterseapower authored
-
- 06 Aug, 2008 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
batterseapower authored
* 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
-
- 05 Aug, 2008 2 commits
-
-
Simon Marlow authored
The flag is off by default, but GHCi turns it on (in Main.hs). For GHCi it can be overriden on the command-line or using :set.
-
Simon Marlow authored
GHC 6.9+ can properly handle cross-package recompilation checking, but older versions of GHC couldn't, so in stage1 we always rebuild Main.hs. In other words, 'make' in ghc/ should do the right thing now.
-
- 06 Aug, 2008 1 commit
-
-
Ian Lynagh authored
-
- 05 Aug, 2008 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 04 Aug, 2008 1 commit
-
-
Ian Lynagh authored
-
- 05 Aug, 2008 1 commit
-
-
Ian Lynagh authored
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.
-
- 04 Aug, 2008 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
Pointed out by Duncan Coutts
-
- 05 Aug, 2008 1 commit
-
-
simonpj@microsoft.com authored
Deriving isn't allowed in hs-boot files (says the user manual) This patch checks properly instead of crashing!
-
- 04 Aug, 2008 5 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
simonpj@microsoft.com authored
This patch makes * Orphan instances and rules obey -Werror * They look nicer when printed
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-