| Commit message (Expand) | Author | Age | Files | Lines |
* | Build haskell98 and haskell2010 with stage2 | Ian Lynagh | 2010-10-13 | 1 | -1/+1 |
* | Follow Cabal changes: Cabal no longer has a docbook userguide | Ian Lynagh | 2010-10-12 | 1 | -1/+0 |
* | Fix build following haskell98 and -fglasgow-exts changes | Ian Lynagh | 2010-10-06 | 1 | -0/+1 |
* | Fix the TH deps | Ian Lynagh | 2010-09-25 | 1 | -1/+7 |
* | Add deps for TH uses in vector | Ian Lynagh | 2010-09-23 | 1 | -0/+5 |
* | Build primitive with stage2 | Ian Lynagh | 2010-09-23 | 1 | -1/+1 |
* | Fix computation of installed packages | simonpj@microsoft.com | 2010-09-24 | 1 | -23/+32 |
* | move CHECKED settings to the right place | Simon Marlow | 2010-09-23 | 1 | -15/+17 |
* | Add primitive and vector packages for DPH support | Simon Marlow | 2010-09-23 | 1 | -3/+2 |
* | Refactoring and tidy up in the build system | Simon Marlow | 2010-09-23 | 1 | -111/+118 |
* | Fixes for when HADDOCK_DOCS=NO | Ian Lynagh | 2010-09-21 | 1 | -2/+4 |
* | add a simple trace facility to the build system | Simon Marlow | 2010-09-21 | 1 | -0/+1 |
* | Implement archive loading for ghci | Ian Lynagh | 2010-09-20 | 1 | -0/+2 |
* | extra packages info is now read from packages file | Ian Lynagh | 2010-09-17 | 1 | -36/+23 |
* | Don't haddock packages that we aren't going to install | Ian Lynagh | 2010-09-03 | 1 | -1/+5 |
* | Fix the DPH package cleaning/profiled mess even more (the build was broken) | Simon Marlow | 2010-08-26 | 1 | -13/+17 |
* | Fix the DPH/profiled make thing (again) | simonpj@microsoft.com | 2010-08-25 | 1 | -8/+16 |
* | DPH should not even be built if GhcProfiled | simonpj@microsoft.com | 2010-08-23 | 1 | -1/+1 |
* | Generate the bit in the user guide where we say what -fglasgow-exts does | Ian Lynagh | 2010-08-22 | 1 | -0/+6 |
* | Fix cleaning when GhcProfiled = YES | Ian Lynagh | 2010-08-19 | 1 | -1/+1 |
* | Use make-command when installing packages | Ian Lynagh | 2010-08-18 | 1 | -12/+17 |
* | Add a "make-command" utility Makefile function | Ian Lynagh | 2010-08-18 | 1 | -0/+5 |
* | Do not build DPH when GhcProfiled (fixes #4172) | simonpj@microsoft.com | 2010-08-13 | 1 | -0/+5 |
* | Add a versions haddock binary for Windows | Ian Lynagh | 2010-08-01 | 1 | -0/+1 |
* | Always haddock by default | Ian Lynagh | 2010-07-30 | 1 | -2/+0 |
* | Move all the warning workarounds to one place | Ian Lynagh | 2010-07-10 | 1 | -12/+0 |
* | xhtml is now warning-free | Ian Lynagh | 2010-07-10 | 1 | -3/+0 |
* | Move a bit of build system code | Ian Lynagh | 2010-07-09 | 1 | -12/+12 |
* | adapt to the new async exceptions API | Simon Marlow | 2010-07-09 | 1 | -0/+3 |
* | Use Cabal to configure the dist-install ghc-pkg; fixes trac #4156 | Ian Lynagh | 2010-07-04 | 1 | -0/+1 |
* | Add the haskell2010 package | Simon Marlow | 2010-06-30 | 1 | -0/+1 |
* | Convert some more variable names to FOO_CMD, for consistency | Ian Lynagh | 2010-06-16 | 1 | -3/+3 |
* | Rename some variables from FOO to FOO_CMD | Ian Lynagh | 2010-06-16 | 1 | -4/+4 |
* | Add xhtml package (a new dependency of Haddock; not installed/shipped) | Simon Marlow | 2010-06-02 | 1 | -1/+5 |
* | Update various 'sh boot's to 'perl boot' | Ian Lynagh | 2010-05-16 | 1 | -1/+1 |
* | Add version constraints for the boot packages; fixes trac #3852 | Ian Lynagh | 2010-05-09 | 1 | -0/+2 |
* | Add a ghc.mk for bindisttest/ | Ian Lynagh | 2010-05-08 | 1 | -0/+1 |
* | Add tools to test that cleaning works properly | Ian Lynagh | 2010-05-08 | 1 | -0/+1 |
* | Tidy up the "rm" flags in the build system | Ian Lynagh | 2010-05-08 | 1 | -12/+12 |
* | Use -Wwarn for the binary package, becuase it has redundant UNPACK pragmas | simonpj@microsoft.com | 2010-05-06 | 1 | -0/+17 |
* | Include DPH docs in bindists | Ian Lynagh | 2010-04-24 | 1 | -0/+1 |
* | Implement try10Times in Makefile | Ian Lynagh | 2010-04-20 | 1 | -5/+17 |
* | Remove the ghc_ge_609 makefile variables | Ian Lynagh | 2010-04-12 | 1 | -2/+0 |
* | Don't install EXTRA_PACKAGES by default | Simon Marlow | 2010-03-30 | 1 | -1/+5 |
* | Change how perl scripts get installed; partially fixes #3863 | Ian Lynagh | 2010-03-24 | 1 | -8/+2 |
* | Add the external core PDF to the new build system | Ian Lynagh | 2010-03-21 | 1 | -0/+1 |
* | Don't install the utf8-string package | Ian Lynagh | 2010-03-17 | 1 | -1/+1 |
* | sdist: Haddock.Interface.{Lex,Parse} moved to Haddock.{Lex,Parse} | Simon Marlow | 2010-03-02 | 1 | -2/+2 |
* | Have separate rules to generate tags and TAGS | Ian Lynagh | 2010-02-27 | 1 | -0/+3 |
* | Make "make tags" work in the new build system | Ian Lynagh | 2010-02-21 | 1 | -0/+6 |