| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix inplace dynamic linking on OS X (#8266) | Christiaan Baaj | 2014-01-28 | 1 | -5/+0 |
* | Fix #8675 | Austin Seipp | 2014-01-17 | 1 | -2/+0 |
* | Clean `.buildinfo` only if `.buildinfo.in` exists | Herbert Valerio Riedel | 2013-10-25 | 1 | -1/+1 |
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 1 | -4/+4 |
* | Cause "make install" to install dynamic libraries (#8194) | Bryan O'Sullivan | 2013-09-15 | 1 | -1/+2 |
* | Don't delete HsTimeConfig.h.in during distclean. | Austin Seipp | 2013-08-14 | 1 | -1/+1 |
* | Fix Stage1Only: don't build ghctags. | Austin Seipp | 2013-08-14 | 1 | -0/+2 |
* | Make sdist make a separate tarball for the Windows tarballs | Ian Lynagh | 2013-07-30 | 1 | -12/+29 |
* | Change the ranlib detection | Ian Lynagh | 2013-07-03 | 1 | -1/+1 |
* | Fix the dynmaic library paths in the libs, as well as in the programs | Ian Lynagh | 2013-06-22 | 1 | -0/+5 |
* | Cleaning fixes, and other build system tweaks; part of #7941 | Ian Lynagh | 2013-06-14 | 1 | -4/+11 |
* | Don't create mk/stamp-h | Ian Lynagh | 2013-06-09 | 1 | -1/+0 |
* | Rarrange the distclean list; part of #7941 | Ian Lynagh | 2013-06-09 | 1 | -7/+41 |
* | Change how we check that we have a suitable 'make' | Ian Lynagh | 2013-06-09 | 1 | -0/+17 |
* | Remove ghc.spec | Ian Lynagh | 2013-06-09 | 1 | -2/+1 |
* | Add an echo target to the build system | Ian Lynagh | 2013-05-25 | 1 | -0/+8 |
* | Refer to the wiki page in the "Make has restarted itself n times" error | Ian Lynagh | 2013-05-19 | 1 | -1/+1 |
* | Stop excluding the dyn way for the dph packages on Windows | Ian Lynagh | 2013-05-14 | 1 | -12/+0 |
* | Simplify ghc-cabal | Ian Lynagh | 2013-05-14 | 1 | -2/+2 |
* | Merge win:/cygdrive/c/ghc/git/dt | Ian Lynagh | 2013-05-12 | 1 | -18/+9 |
|\ |
|
| * | More work towards dynamic programs on Windows | Ian Lynagh | 2013-05-12 | 1 | -0/+9 |
| * | We actually need to use -threaded/-debug when linking /all/ DLLs | Ian Lynagh | 2013-05-12 | 1 | -18/+0 |
* | | Some build system tweaks | Ian Lynagh | 2013-05-10 | 1 | -2/+2 |
|/ |
|
* | Fix dynamically linked GHC on Windows | Ian Lynagh | 2013-05-09 | 1 | -0/+18 |
* | Remove some cross-compilation kludges | Ian Lynagh | 2013-04-21 | 1 | -13/+3 |
* | Fix typo (spotted by gabor) | Ian Lynagh | 2013-04-20 | 1 | -1/+1 |
* | Fix haddocking | Ian Lynagh | 2013-04-20 | 1 | -5/+5 |
* | Remove ghc-pkg from the list of dep files we build during phase 0 | Ian Lynagh | 2013-04-20 | 1 | -2/+0 |
* | Add deriveConstants to the dep files we build in phase 0 | Ian Lynagh | 2013-04-20 | 1 | -0/+15 |
* | Follow build system changes in integer-gmp | Ian Lynagh | 2013-04-20 | 1 | -0/+2 |
* | Remove the Windows installer | Ian Lynagh | 2013-04-20 | 1 | -10/+0 |
* | Some build system refactoring | Ian Lynagh | 2013-04-20 | 1 | -20/+20 |
* | Small build system refactoring | Ian Lynagh | 2013-04-20 | 1 | -1/+1 |
* | Update darcs -> git in a comment | Ian Lynagh | 2013-04-19 | 1 | -1/+1 |
* | Remove boot-pkgs from SRC_DIST_GHC_FILES | Ian Lynagh | 2013-04-19 | 1 | -1/+1 |
* | Fix installation; fixes #7784 | Ian Lynagh | 2013-04-07 | 1 | -1/+1 |
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2013-04-07 | 1 | -2/+2 |
|\ |
|
| * | Typos | Gabor Greif | 2013-04-07 | 1 | -2/+2 |
* | | Add a check that the Windows DLL split is OK; fixes #7780 | Ian Lynagh | 2013-04-07 | 1 | -0/+2 |
|/ |
|
* | By default, use the dynamic way for programs in the GHC tree | Ian Lynagh | 2013-03-15 | 1 | -6/+6 |
* | Finish adding support for 2 DLLs in the ghc package; fixes #5987 | Ian Lynagh | 2013-03-13 | 1 | -3/+0 |
* | Fix building the GHC package DLL on Windows | Ian Lynagh | 2013-03-11 | 1 | -0/+3 |
* | installation fixes | Ian Lynagh | 2013-03-03 | 1 | -1/+1 |
* | Use more of the automatically generated INPLACE variables | Ian Lynagh | 2013-03-03 | 1 | -3/+3 |
* | Define $(prog)_INPLACE variables automatically, and start using them | Ian Lynagh | 2013-03-03 | 1 | -5/+5 |
* | Add missing parenthesis | Ian Lynagh | 2013-03-03 | 1 | -1/+1 |
* | Fix build when dph is not in the tree; fixes #7733 | Ian Lynagh | 2013-03-03 | 1 | -1/+1 |
* | Add PACKAGES_STAGE0 to build-dirs too; fixes #7700 | Ian Lynagh | 2013-03-03 | 1 | -8/+8 |
* | Remove a couple more single-use variables | Ian Lynagh | 2013-03-02 | 1 | -2/+2 |
* | Remove some single-use build system variables | Ian Lynagh | 2013-03-02 | 1 | -7/+7 |