- 26 Aug, 2010 1 commit
-
-
Simon Marlow authored
-
- 25 Aug, 2010 1 commit
-
-
simonpj@microsoft.com authored
-
- 23 Aug, 2010 1 commit
-
-
simonpj@microsoft.com authored
It's not just when cleaning!
-
- 22 Aug, 2010 1 commit
-
-
Ian Lynagh authored
Stops the docs going out of sync with the code.
-
- 19 Aug, 2010 1 commit
-
-
Ian Lynagh authored
We need to include the DPH cleaning rules, even though we don't build DPH when GhcProfiled = YES.
-
- 18 Aug, 2010 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 13 Aug, 2010 1 commit
-
-
simonpj@microsoft.com authored
Reason: DPH uses Template Haskell and TH doesn't work in a profiled compiler
-
- 01 Aug, 2010 1 commit
-
-
Ian Lynagh authored
-
- 30 Jul, 2010 1 commit
-
-
Ian Lynagh authored
Revert this patch: Matthias Kilian <kili@outback.escape.de>**20090920181319 Don't build haddock if HADDOC_DOCS = NO, and disable HADDOC_DOCS if GhcWithInterpreter = NO 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.
-
- 10 Jul, 2010 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 09 Jul, 2010 2 commits
-
-
Ian Lynagh authored
-
Simon Marlow authored
-
- 04 Jul, 2010 1 commit
-
-
Ian Lynagh authored
-
- 30 Jun, 2010 1 commit
-
-
Simon Marlow authored
-
- 16 Jun, 2010 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
This fixes a problem with commands like gzip, where if $GZIP is exported in the environment, then when make runs a command it'll put the Makefile variable's value in the environment. But gzip treats $GZIP as arguments for itself, so when we run gzip it thinks we're giving it "gzip" as an argument.
-
- 02 Jun, 2010 1 commit
-
-
Simon Marlow authored
-
- 16 May, 2010 1 commit
-
-
Ian Lynagh authored
Spotted by Marco Túlio Gontijo e Silva
-
- 09 May, 2010 1 commit
-
-
Ian Lynagh authored
When using the bootstrapping compiler, we now explicitly constrain the version of boot packages (Cabal, extensible-exceptions, etc) to the in-tree version, so that the build system is less fragile should the user have a newer version installed for the bootstrapping compiler.
-
- 08 May, 2010 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 06 May, 2010 1 commit
-
-
simonpj@microsoft.com authored
-
- 24 Apr, 2010 1 commit
-
-
Ian Lynagh authored
-
- 20 Apr, 2010 1 commit
-
-
Ian Lynagh authored
Avoid using seq, as FreeBSD has jot instead.
-
- 12 Apr, 2010 1 commit
-
-
Ian Lynagh authored
They are now guaranteed to be YES
-
- 30 Mar, 2010 1 commit
-
-
Simon Marlow authored
-
- 24 Mar, 2010 1 commit
-
-
Ian Lynagh authored
We now regenerate them when installing, which means the path for perl doesn't get baked in
-
- 21 Mar, 2010 1 commit
-
-
Ian Lynagh authored
-
- 17 Mar, 2010 1 commit
-
-
Ian Lynagh authored
-
- 02 Mar, 2010 1 commit
-
-
Simon Marlow authored
-
- 27 Feb, 2010 1 commit
-
-
Ian Lynagh authored
This works around the two filenames being the same on case-insensitive file systems.
-
- 21 Feb, 2010 1 commit
-
-
Ian Lynagh authored
-
- 17 Feb, 2010 1 commit
-
-
Simon Marlow authored
-
- 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 2 commits
-
-
Ian Lynagh authored
Also tidied up the way configure.ac gets into bindists
-
Ian Lynagh authored
-