- 07 Oct, 2009 2 commits
-
-
Ian Lynagh authored
-
kili authored
-
- 06 Oct, 2009 7 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
We used to call the bootstrapping compiler to get its --supported-languages but that doesn't work when it doesn't support all the extensions that we need. In particular, compiling the new bytestring which needs NamedFieldPuns broken when building with 6.8.2. There's now a rather ugly sed script to extract the extensions from DynFlags.hs.
-
Ian Lynagh authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
To quiet those warnings from make about not being able to delete directories.
-
- 05 Oct, 2009 2 commits
-
-
Ian Lynagh authored
Since we started using "| $$$$(dir $$$$@)/." they've started causing problems for unknown reasons.
-
Ian Lynagh authored
rather than our own copies
-
- 04 Oct, 2009 1 commit
-
-
Ian Lynagh authored
This means that PACKAGE_TARNAME gets set, so the default docdir is correct.
-
- 02 Oct, 2009 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
There are now 104 calls to mkdirhier, down from 1201, when validating.
-
Ian Lynagh authored
-
Simon Marlow authored
-
- 30 Sep, 2009 1 commit
-
-
Simon Marlow authored
This one complains sometimes, but there's no good way to improve it.
-
- 02 Oct, 2009 4 commits
-
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
- 30 Sep, 2009 5 commits
-
-
simonpj@microsoft.com authored
Tidy up the way that predicates are handled inside types
-
simonpj@microsoft.com authored
-
kili authored
-
Ian Lynagh authored
-
Ian Lynagh authored
on Windows, as they are now in-tree
-
- 29 Sep, 2009 6 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Simon Marlow authored
This helps on a hyperthreaded CPU by yielding to the other thread in a spinlock loop.
-
Simon Marlow authored
-
Simon Marlow authored
The changes I made to the tidier recently introduced a serious regression: the unfoldings for bindings in a recursive group were sometimes lost, because we were looking at Id occurrences rather than Id binders, and the occurrences of recursive Ids do not necessarily have unfoldings attached.
-
- 28 Sep, 2009 1 commit
-
-
Simon Marlow authored
-
- 26 Sep, 2009 1 commit
-
-
Ben.Lippmeier@anu.edu.au authored
-
- 29 Sep, 2009 1 commit
-
-
Ian Lynagh authored
-
- 28 Sep, 2009 1 commit
-
-
Ian Lynagh authored
-
- 27 Sep, 2009 4 commits
-
-
Ian Lynagh authored
Also add support for testing the bindistprep tarball, for when we are validating.
-
Ian Lynagh authored
-
Ian Lynagh authored
This should catch make going into an infinite loop.
-
Ian Lynagh authored
-