- 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 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 27 Sep, 2009 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
This should catch make going into an infinite loop.
-
Ian Lynagh authored
We now do all the hard work in a bindistprep subdirectory, and just move the result to the root directory. This way we can delete anything in bindistprep/ without worrying about deleting anything important.
-
Ian Lynagh authored
-
- 20 Sep, 2009 1 commit
-
-
kili authored
Haddock uses TcRnDriver.tcRnGetInfo, which is only available if GHCI is built. Set HADDOC_DOCS to NO if GhcWithInterpreter is NO, and disable the haddock build if HADDOC_DOCS = NO.
-
- 22 Sep, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 21 Sep, 2009 1 commit
-
-
Simon Marlow authored
This fixes at least one problem: libHSffi-ghc<version>.so wasn't being cleaned, because $(dyn_libsuf) wasn't defined while cleaning.
-