- 26 Jun, 2009 1 commit
-
-
Ross Paterson authored
-
- 03 Jun, 2009 1 commit
-
-
Simon Marlow authored
It wasn't failing even when the DTD was not found.
-
- 02 Jun, 2009 1 commit
-
-
Simon Marlow authored
* use --nonet, so xmllint and co don't go off trying to download stuff from the web * use the http:// reference for the stylesheet, so we don't have to search the filesystem for it (should speedup ./configure)
-
- 15 May, 2009 1 commit
-
-
Ian Lynagh authored
Now configure looks for it as an installed program instead.
-
- 13 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 08 May, 2009 1 commit
-
-
Ian Lynagh authored
Now we have variables for whether or not to build the docbook docs as HTML, as PS, and as PDF. The configure script output now matches what the build system will do (except it cannot take account of any mk/build.mk settings, of course).
-
- 07 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 05 May, 2009 1 commit
-
-
Ian Lynagh authored
We only need the forwardslash mode now, so always use that mode and don't accept any arguments.
-
- 29 Apr, 2009 1 commit
-
-
Ian Lynagh authored
-
- 27 Apr, 2009 1 commit
-
-
Simon Marlow authored
-
- 10 Nov, 2008 1 commit
-
-
Simon Marlow authored
ghc-pkg doesn't understand the old syntax any more, so 'ghc-pkg -l' fails
-
- 01 Oct, 2008 1 commit
-
-
Ian Lynagh authored
-
- 24 Sep, 2008 1 commit
-
-
Ian Lynagh authored
-
- 18 Sep, 2008 1 commit
-
-
Simon Marlow authored
Having 2.0.1 causes some unicode tests to fail
-
- 05 Sep, 2008 1 commit
-
-
Ian Lynagh authored
Now that we build haddock in the GHC build, we don't need to look for it on the path.
-
- 06 Aug, 2008 1 commit
-
-
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
-
- 14 Jul, 2008 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 09 Jul, 2008 1 commit
-
-
Ian Lynagh authored
We shouldn't need it, as we don't call cygwin's gcc, and it was causing problems with the nightly builders passing it to GHC.
-
- 05 Jul, 2008 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 03 Jun, 2008 1 commit
-
-
Ian Lynagh authored
-
- 06 Jun, 2008 1 commit
-
-
Ian Lynagh authored
-
- 16 May, 2008 1 commit
-
-
Simon Marlow authored
On a 2.6.24 Linux kernel, it appears that timer_settime() for CLOCK_REALTIME is sometimes hanging for a random amount of time when given a very small interval (we were using 1ns). Using 1ms seems to be fine. Also I installed a 1-second timeout to catch hangs in the future.
-
- 29 Apr, 2008 1 commit
-
-
Simon Marlow authored
-
- 16 Mar, 2008 1 commit
-
-
Ian Lynagh authored
-
- 21 Feb, 2008 1 commit
-
-
chak@cse.unsw.edu.au. authored
-
- 19 Feb, 2008 1 commit
-
-
chak@cse.unsw.edu.au. authored
-
- 06 Sep, 2007 1 commit
-
-
Ian Lynagh authored
They are now the same as hardtop/FPTOOLS_TOP_ABS, so use those instead. Also removed some substitutions of / for \, as we now use a Haskell program to find the top path, and it only makes paths with /s in.
-
- 25 Aug, 2007 1 commit
-
-
sven.panne@aedion.de authored
Added a missing "test" and replaced the "-e" option of the shell-builtin "test" with "-f". The former is not portable, see autoconf documentation.
-
- 21 Aug, 2007 2 commits
-
-
Simon Marlow authored
We now have various flags that need to be passed to gcc, but only if the local gcc version supports them. So instead of wiring this knowledge into ghc when it is built, we now put these "extra gcc flags" into a text file in $libdir, extra-gcc-flags, which is created by configure. It is also created by the configure script of a binary distribution, so a binary dist is independent of the gcc version used to build it. Hopefully I got the binary-dist stuff right, but binary dists aren't currently working so we'll need to come back and check this.
-
Simon Marlow authored
-
- 01 Aug, 2007 1 commit
-
-
Simon Marlow authored
-
- 30 Jul, 2007 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 11 Jul, 2007 1 commit
-
-
audreyt@audreyt.org authored
GHC only works with Perl versions 5.6 and later; however the current test greps in a rather non-future-proof way (explicitly against 5.6 and 5.8). We instead exploit the "v-string" change in 5.6, which displays the version string as "v5.x.y", rather than the earlier format "version 5.xxx_yyy". Hence grepping against "v5" will make it future proof for a while. (At least until Perl 6 is installed as the system perl.)
-
- 01 Jun, 2007 1 commit
-
-
Ian Lynagh authored
Bindists should now work again, when doing "make install" at least. "make in-place" is probably still broken.
-
- 05 Jun, 2007 1 commit
-
-
Ian Lynagh authored
The old code didn't work on Mac OS X, as "which" returns successfully when it can't find the program.
-
- 16 May, 2007 1 commit
-
-
Ian Lynagh authored
-