- 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 2 commits
-
-
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.
-
Simon Marlow authored
-
- 17 Sep, 2009 1 commit
-
-
Simon Marlow authored
-
- 12 Sep, 2009 6 commits
-
-
Ian Lynagh authored
They no longer exist.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 10 Sep, 2009 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
- the package DB is a directory containing one file per package instance (#723) - there is a binary cache of the database (#593, #2089) - the binary package is now a boot package - there is a new package, bin-package-db, containing the Binary instance of InstalledPackageInfo for the binary cache. Also included in this patch - Use colour in 'ghc-pkg list' to indicate broken or hidden packages Broken packages are red, hidden packages are Colour support comes from the terminfo package, and is only used when - not --simple-output - stdout is a TTY - the terminal type has colour capability - Fix the bug that 'ghc-pkg list --user' shows everything as broken
-
- 09 Sep, 2009 1 commit
-
-
Simon Marlow authored
-
- 08 Sep, 2009 1 commit
-
-
Simon Marlow authored
-
- 09 Sep, 2009 1 commit
-
-
Simon Marlow authored
-
- 08 Sep, 2009 1 commit
-
-
Simon Marlow authored
and fix up related cruft
-
- 26 Aug, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
We were running into problems like: for f in LICENSE configure config.sub config.guess [...] make[2]: execvp: /bin/sh: Argument list too long This patch moves the loop into make, rather than the shell.
-
- 20 Aug, 2009 1 commit
-
-
Simon Marlow authored
-