| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the sdist VCS exclusions | Ian Lynagh | 2011-11-24 | 1 | -1/+1 |
* | Fix sdist creation | Ian Lynagh | 2011-11-24 | 1 | -1/+1 |
* | Replace a couple of "rm -rf" invocations with $(call removeTrees,...) | Ian Lynagh | 2011-11-24 | 1 | -2/+2 |
* | Improve the way we call "rm" in the build system; fixes trac #4916 | Ian Lynagh | 2011-11-19 | 1 | -44/+47 |
* | build system: set dph-lifted-base to be a dph package | Ben Lippmeier | 2011-11-12 | 1 | -0/+1 |
* | Build system wibbles for new dph-lifted-vseg library | Ben Lippmeier | 2011-11-12 | 1 | -5/+5 |
* | Follow cabal->Cabal rename, and fix haddock index generation | Ian Lynagh | 2011-10-23 | 1 | -2/+2 |
* | Don't hide the binary package | Ian Lynagh | 2011-10-14 | 1 | -8/+0 |
* | Simplify the libffi build | Ian Lynagh | 2011-10-14 | 1 | -12/+3 |
* | Add deepseq as a core package; part of #5468 | Ian Lynagh | 2011-09-08 | 1 | -1/+1 |
* | Add deepseq as a core package | Ian Lynagh | 2011-09-08 | 1 | -0/+1 |
* | By default, be lax about dependencies on GHC | Ian Lynagh | 2011-08-28 | 1 | -0/+19 |
* | sanitise naming of package lists | Simon Marlow | 2011-08-05 | 1 | -44/+49 |
* | Don't duplicate files in bindists; trac #5356 | Ian Lynagh | 2011-08-04 | 1 | -3/+0 |
* | Fix the permissions of all the package.conf.d files when installing | Ian Lynagh | 2011-07-28 | 1 | -3/+5 |
* | fix bug in sdist-prep rule (hpc/dist is now hpc/dist-install) | Simon Marlow | 2011-07-18 | 1 | -1/+1 |
* | Fix permissions of package.cache when installing; fixes trac #5311 | Ian Lynagh | 2011-07-17 | 1 | -0/+4 |
* | make sure libraries/dph/ghc.mk is included after the other DPH ghc.mk | Simon Marlow | 2011-07-12 | 1 | -1/+4 |
* | Random is now only needed to build dph | Ian Lynagh | 2011-07-08 | 1 | -3/+2 |
* | Rename STAGE0_PACKAGES to PACKAGES_STAGE0 | Ian Lynagh | 2011-06-25 | 1 | -10/+10 |
* | Follow Cabal reorganisation, and improve build system a little | Ian Lynagh | 2011-06-23 | 1 | -13/+10 |
* | Make builds that use stage1 use "dist-install" consistently. This | Simon Marlow | 2011-05-28 | 1 | -4/+4 |
* | Rename "extra-gcc-opts" to "settings", and start generalising it | Ian Lynagh | 2011-04-21 | 1 | -6/+6 |
* | Refactor how dependencies are included; fixes #5109 | Ian Lynagh | 2011-04-14 | 1 | -0/+1 |
* | Remove dead code, now that -fvia-c is a no-op | Ian Lynagh | 2011-04-04 | 1 | -1/+0 |
* | Don't put includes/rts/Config.h in bindists twice | Ian Lynagh | 2011-03-16 | 1 | -1/+0 |
* | Call the final build system phase "final" rather than "" | Ian Lynagh | 2011-02-07 | 1 | -2/+6 |
* | Merge in new code generator branch. | Simon Marlow | 2011-01-24 | 1 | -1/+3 |
* | Add build system profiling to build system | Ian Lynagh | 2011-01-23 | 1 | -0/+1 |
* | Fix ghci in stage3 | Ian Lynagh | 2011-01-23 | 1 | -0/+1 |
* | Simplify the build system, and remove 2 phases | Ian Lynagh | 2011-01-22 | 1 | -65/+13 |
* | Fix libraries/index.html's haddock dependency on Windows | Ian Lynagh | 2011-01-19 | 1 | -1/+1 |
* | Add configure phases for the stage 3 compiler | Ian Lynagh | 2011-01-19 | 1 | -0/+2 |
* | Tidy up gmp cleaning | Ian Lynagh | 2011-01-17 | 1 | -11/+2 |
* | Simplify a bit of makefile | Ian Lynagh | 2011-01-16 | 1 | -4/+2 |
* | Tweak Windows phase ordering | Ian Lynagh | 2011-01-16 | 1 | -1/+1 |
* | Add some Windows-only CONFIGURE_PHASEs | Ian Lynagh | 2011-01-16 | 1 | -0/+4 |
* | Simplify, and future-proof, a dependency in the build system | Ian Lynagh | 2011-01-16 | 1 | -5/+1 |
* | Remove an unnecessary phase, and some unnecessary deps | Ian Lynagh | 2011-01-16 | 1 | -45/+19 |
* | Tidy up a bit | Ian Lynagh | 2011-01-16 | 1 | -178/+67 |
* | Build system improvements | Ian Lynagh | 2011-01-15 | 1 | -3/+115 |
* | On Cygwin, use a Cygwin-style path for /bin/install's destination | Ian Lynagh | 2011-01-06 | 1 | -28/+28 |
* | Build a copy of ghc-cabal with the in-tree compiler, for the bindist | Ian Lynagh | 2010-12-10 | 1 | -2/+6 |
* | Tweak the cleaning of inplace/; fixes trac #4320 | Ian Lynagh | 2010-12-05 | 1 | -1/+2 |
* | For bindists, build ghc-pwd with stage 1 | Ian Lynagh | 2010-11-21 | 1 | -9/+7 |
* | Makefile tweak | Ian Lynagh | 2010-11-21 | 1 | -1/+1 |
* | Build random with the stage2 compiler | Ian Lynagh | 2010-11-17 | 1 | -1/+1 |
* | Fix paths used for doc publishing in the nightly builds | Ian Lynagh | 2010-11-14 | 1 | -1/+7 |
* | Avoid scary message from tar if dph isn't in the tree | Ian Lynagh | 2010-11-03 | 1 | -4/+4 |
* | Whitespace only | Ian Lynagh | 2010-11-03 | 1 | -22/+22 |