- 27 Jul, 2009 1 commit
-
-
Simon Marlow authored
-
- 13 Jul, 2009 1 commit
-
-
Simon Marlow authored
-
- 11 Jul, 2009 1 commit
-
-
kili authored
-
- 09 Jul, 2009 1 commit
-
-
Simon Marlow authored
Should fix Solaris build failures
-
- 07 Jul, 2009 1 commit
-
-
Simon Marlow authored
We cache the old versions of files generated by configure, so that if configure touches the file without changing it, we can detect that and restore the timestamp.
-
- 15 Jun, 2009 1 commit
-
-
Simon Marlow authored
-
- 10 Jun, 2009 1 commit
-
-
Ian Lynagh authored
-
- 22 May, 2009 1 commit
-
-
Simon Marlow authored
Now that the clean rules don't require libraries/*/ghc.mk, we don't have to build them on demand. And having them built on demand introduced a failure mode (where some libraries have ghc.mk and some don't).
-
- 20 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 19 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 16 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 15 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 14 May, 2009 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 08 May, 2009 1 commit
-
-
Ian Lynagh authored
We still need to sort out the "install-docs" story to get this working properly.
-
- 28 Apr, 2009 1 commit
-
-
Simon Marlow authored
# ----------------------------------------------------------------------------- # # (c) 2009 The University of Glasgow # # This file is part of the GHC build system. # # To understand how the build system works and how to modify it, see # http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture # http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying # # -----------------------------------------------------------------------------
-
- 27 Apr, 2009 1 commit
-
-
Simon Marlow authored
-
- 26 Apr, 2009 1 commit
-
-
Ian Lynagh authored
-
- 10 Feb, 2009 1 commit
-
-
Ian Lynagh authored
On Windows, we end up doing something like rsync c:/build/ghc-6.10.1-unknown-mingw32.tar.bz2 haskell.org:dist and it thinks that it is meant to get the file from the host called "c". Now we just do rsync ghc-6.10.1-unknown-mingw32.tar.bz2 haskell.org:dist so rsync understand what we mean.
-
- 03 Feb, 2009 1 commit
-
-
Ian Lynagh authored
It will use TH, so needs to be built with stage2.
-
- 14 Jan, 2009 1 commit
-
-
Ian Lynagh authored
-
- 09 Jan, 2009 1 commit
-
-
Ian Lynagh authored
-
- 04 Jan, 2009 1 commit
-
-
Ian Lynagh authored
This should stop us ending up without HsColour'ed sources on some platforms. We also now tell Cabal where to find HsColour, rather than it finding it itself.
-
- 10 Oct, 2008 1 commit
-
-
Clemens Fruhwirth authored
-
- 08 Oct, 2008 2 commits
-
-
Clemens Fruhwirth authored
-
Simon Marlow authored
-
- 24 Sep, 2008 1 commit
-
-
Ian Lynagh authored
Fixes problems on Solaris, where we need to use gtar instead of tar
-
- 20 Sep, 2008 1 commit
-
-
Ian Lynagh authored
-
- 19 Sep, 2008 4 commits
-
-
Ian Lynagh authored
We now need to dig the appropriate lines out of packages, rather than just catting libraries/extra-packages, in order to find out what the extralibs are.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 18 Sep, 2008 1 commit
-
-
Ian Lynagh authored
We don't want to require that users building source dists have alex/happy
-
- 12 Sep, 2008 1 commit
-
-
Ian Lynagh authored
e.g. $(bindir)/ghc-6.9.20080911
-
- 08 Sep, 2008 1 commit
-
-
Ian Lynagh authored
Hopefully this will fix the SunOS builbot slave.
-
- 07 Sep, 2008 1 commit
-
-
Ian Lynagh authored
-
- 28 Aug, 2008 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
One side-effect of this is that we need to build the install-utils with stage2 rather than stage1 as we need the ghc package.
-
Ian Lynagh authored
We now use an in-tree haddock instead
-
- 24 Aug, 2008 1 commit
-
-
Ian Lynagh authored
-