- 12 Jan, 2010 1 commit
-
-
Simon Marlow authored
Partly this is cleaner as we only have to preprocess the source files once, but also it is necessary to avoid Haddock recompiling source files when Template Haskell is in use, saving some time in validate and fixing a problem whereby when HADDOCK_DOCS=YES, make always re-haddocks the DPH packages. This also needs an additional fix to GHC. HsColour support still uses Cabal, and hence preprocesses the source files again. We could move this into the build system too, but there is a version dependency that would mean adding extra autoconf stuff.
-
- 16 Dec, 2009 1 commit
-
-
Ian Lynagh authored
-
- 09 Dec, 2009 3 commits
-
-
Ian Lynagh authored
Also tidied up the way configure.ac gets into bindists
-
Ian Lynagh authored
-
Ian Lynagh authored
We now just call gcc to get the dependencies directly
-
- 04 Dec, 2009 1 commit
-
-
Ian Lynagh authored
This is a rerecord of Stephen Blackheath <oversensitive.pastors.stephen@blacksapphire.com>**20090930222855 to avoid conflicts.
-
- 20 Nov, 2009 1 commit
-
-
Ian Lynagh authored
-
- 19 Nov, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 18 Nov, 2009 2 commits
-
-
Ian Lynagh authored
This meakes it easier to correctly clean libffi
-
Ian Lynagh authored
-
- 17 Nov, 2009 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 16 Nov, 2009 1 commit
-
-
Simon Marlow authored
-
- 13 Nov, 2009 1 commit
-
-
Simon Marlow authored
So we don't try to recreate directories just because they are older than mkdirhier, since mkdirhier won't touch them.
-
- 12 Nov, 2009 1 commit
-
-
Simon Marlow authored
And add a comment explaining why these options are here
-
- 11 Nov, 2009 1 commit
-
-
Ian Lynagh authored
-
- 08 Nov, 2009 2 commits
-
-
Ian Lynagh authored
You can now have multiple versions of a package installed, and gen_contents_index will do the right thing.
-
Ian Lynagh authored
-
- 07 Nov, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
This means that we get the right program name in error messages etc.
-
- 05 Nov, 2009 3 commits
-
-
Simon Marlow authored
See comments for details.
-
Ian Lynagh authored
This means we can remove some conditional stuff from the Makefiles, and means the testsuite doesn't have to work out whether or not it's on Windows.
-
Simon Marlow authored
-
- 04 Nov, 2009 1 commit
-
-
rl@cse.unsw.edu.au authored
-
- 03 Nov, 2009 1 commit
-
-
Ian Lynagh authored
There is now less makefile code duplication. Also, stage2 packages are registered after GHC, which is important as they might depend on the ghc package (as dph now does).
-
- 23 Oct, 2009 1 commit
-
-
Ian Lynagh authored
-
- 20 Oct, 2009 1 commit
-
-
Ian Lynagh authored
We now use an msys/mingw perl tarball
-
- 13 Oct, 2009 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
This is the case on Windows (as we have no shell wrappers), and mingw's shell doesn't like an empty list of things in a "for" command.
-
- 10 Oct, 2009 2 commits
-
-
Ian Lynagh authored
Now that we make bindists during validate, we can't assume that ISCC is available.
-
Ian Lynagh authored
-
- 09 Oct, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 07 Oct, 2009 1 commit
-
-
Ian Lynagh authored
-
- 06 Oct, 2009 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
To quiet those warnings from make about not being able to delete directories.
-
- 02 Oct, 2009 1 commit
-
-
Ian Lynagh authored
There are now 104 calls to mkdirhier, down from 1201, when validating.
-
- 29 Sep, 2009 1 commit
-
-
Ian Lynagh authored
-