- 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 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
The packages file has an extra component (for "darcs" or "git") so we need to take that into account when grepping.
-
Ian Lynagh authored
-
- 20 Aug, 2008 1 commit
-
-
Ian Lynagh authored
-
- 17 Aug, 2008 2 commits
-
-
Ian Lynagh authored
We now set Validating=YES in mk/are-validating.mk rather than on the commandline. This means that if you build a tree with validate then just running make in it will use the validate flags. "make distclean" removes mk/are-validating.mk, putting us back in standard build mode.
-
Ian Lynagh authored
-
- 10 Aug, 2008 1 commit
-
-
Ian Lynagh authored
-