- 12 Oct, 2010 1 commit
-
-
Ian Lynagh authored
For now we don't build the Cabal userguide, but we should add markdown support so that we can do so.
-
- 06 Oct, 2010 1 commit
-
-
Ian Lynagh authored
-
- 25 Sep, 2010 1 commit
-
-
Ian Lynagh authored
-
- 23 Sep, 2010 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 24 Sep, 2010 1 commit
-
-
simonpj@microsoft.com authored
This is a follow-on to Simon's patch yesterday, developed with him. It cleans up the computation of how packages are installed, and installs the right ones.
-
- 23 Sep, 2010 3 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
DPH is now using the public vector package instead of its internal version. vector and primitive are not "boot" packages; they aren't required to build GHC, but they are required to validate (because we include DPH when validating). If you say './darcs-all get --no-dph' then you don't get DPH, vector, or primitive.
-
Simon Marlow authored
Instead of the ghc-stage and ghc-stage2-package files in a package, we now have a list of these in ghc.mk. There are other similar lists (of boot-packages and non-installable packages), so this is not too bad, and is simpler. While poking around in the top-level ghc.mk file I spotted various opportunities to clean up and re-order some of the cruft that has accumulated over time.
-
- 21 Sep, 2010 2 commits
-
-
Ian Lynagh authored
-
Simon Marlow authored
saying make TRACE=1 prints most of the macro calls and their arguments. It's easy to trace new macros; see rules/trace.mk.
-
- 20 Sep, 2010 1 commit
-
-
Ian Lynagh authored
-
- 17 Sep, 2010 1 commit
-
-
Ian Lynagh authored
rather than being repeated in the build system
-
- 03 Sep, 2010 1 commit
-
-
Ian Lynagh authored
-
- 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
-