| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweak the build system handling of shell wrappers | Ian Lynagh | 2012-09-27 | 2 | -18/+9 |
* | Remove a stray " in the build system | Ian Lynagh | 2012-09-27 | 1 | -1/+1 |
* | Make .t files when running haddock | Ian Lynagh | 2012-08-14 | 1 | -1/+2 |
* | Add missing flag for respecting EXTRA_LIBDIR | Gabor Pali | 2012-08-08 | 1 | -1/+1 |
* | Tweak the HC_OPTS generation | Ian Lynagh | 2012-07-24 | 1 | -1/+1 |
* | First batch of file additions for cross-compiler: | Gabor Greif | 2012-07-18 | 1 | -0/+24 |
* | Link the extra-libraries when making a .so for a package (#7062) | Simon Marlow | 2012-07-11 | 1 | -0/+1 |
* | Build fix | Ian Lynagh | 2012-06-29 | 1 | -1/+1 |
* | Build fixes | Ian Lynagh | 2012-06-29 | 1 | -2/+2 |
* | Don't build the ghc DLL on Windows; works around trac #5987 | Ian Lynagh | 2012-06-29 | 1 | -1/+1 |
* | On Windows, detect if DLLs have too many symbols; trac #5987 | Ian Lynagh | 2012-06-29 | 1 | -0/+3 |
* | Merge remote-tracking branch 'origin/pretty-build' | Paolo Capriotti | 2012-06-08 | 9 | -43/+63 |
|\ |
|
| * | Merge remote-tracking branch 'origin/master' into pretty-build | Iavor S. Diatchki | 2012-04-27 | 2 | -2/+8 |
| |\ |
|
| * | | A build-system tweak for more readable build output. | Iavor S. Diatchki | 2012-04-27 | 9 | -43/+63 |
* | | | Rename package-conf flags to package-db. | Paolo Capriotti | 2012-05-15 | 2 | -5/+5 |
* | | | Enable and fix building dynlibs on Win64 | Ian Lynagh | 2012-05-05 | 1 | -1/+1 |
* | | | Define _HOST_OS and _HOST_ARCH when calling hsc2hs | Ian Lynagh | 2012-05-01 | 1 | -0/+2 |
| |/
|/| |
|
* | | Add SRC_[CH]C_WARNING_OPTS | Ian Lynagh | 2012-04-26 | 2 | -2/+8 |
|/ |
|
* | Merge remote-tracking branch 'origin/master' into type-nats | Iavor S. Diatchki | 2012-03-13 | 2 | -5/+5 |
|\ |
|
| * | typo | Gabor Greif | 2012-02-27 | 1 | -1/+1 |
| * | .cmm files need to depend on DerivedConstants.h | Simon Marlow | 2012-02-13 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'origin/master' into type-nats | Iavor S. Diatchki | 2012-02-12 | 4 | -4/+6 |
|\ \
| |/ |
|
| * | Improve support for cross-compilation | Simon Marlow | 2012-01-30 | 4 | -4/+4 |
| * | Pass alex and happy locations to ghc-cabal; fixes #5579 | Ian Lynagh | 2012-01-28 | 1 | -0/+2 |
* | | Merge in more HEAD, fix stuff up | Simon Peyton Jones | 2012-01-23 | 2 | -4/+4 |
|\ \
| |/ |
|
| * | Refactoring | Ian Lynagh | 2012-01-08 | 2 | -4/+4 |
* | | Remove tabs, so that I can push. | Iavor S. Diatchki | 2011-12-18 | 1 | -17/+17 |
|/ |
|
* | HEAD now requires GHC >= 7.0 to bootstrap | Ian Lynagh | 2011-12-13 | 1 | -4/+0 |
* | Remove some unnecessary touch's | Ian Lynagh | 2011-12-03 | 2 | -6/+3 |
* | Use touchy rather than touch when building on Windows | Ian Lynagh | 2011-12-02 | 2 | -6/+6 |
* | Pass "--hash-size=31 --reduce-memory-overhead" to ld; fixes trac #5240 | Ian Lynagh | 2011-11-27 | 1 | -1/+1 |
* | Time handling overhaul | Simon Marlow | 2011-11-25 | 1 | -0/+4 |
* | Improve the way we call "rm" in the build system; fixes trac #4916 | Ian Lynagh | 2011-11-19 | 8 | -13/+13 |
* | Fix typo | Ian Lynagh | 2011-10-26 | 1 | -1/+1 |
* | Fix Haddock dependency on library archive | Manuel M T Chakravarty | 2011-10-25 | 1 | -1/+1 |
* | Build system commentary | Simon Marlow | 2011-10-05 | 1 | -16/+66 |
* | workaround for #5485: use -fno-full-laziness with 7.2.1 | Simon Marlow | 2011-10-05 | 1 | -0/+1 |
* | Add some missing dependencies; should fix make after re-configure | Simon Marlow | 2011-09-16 | 2 | -6/+10 |
* | By default, be lax about dependencies on GHC | Ian Lynagh | 2011-08-28 | 5 | -23/+23 |
* | Use the correct __GLASGOW_HASKELL__ value when invoking hsc2hs on | Simon Marlow | 2011-08-08 | 1 | -1/+1 |
* | make sure libraries/dph/ghc.mk is included after the other DPH ghc.mk | Simon Marlow | 2011-07-12 | 1 | -1/+5 |
* | Follow Cabal reorganisation, and improve build system a little | Ian Lynagh | 2011-06-23 | 1 | -0/+2 |
* | Fix building of optional packages | Ian Lynagh | 2011-06-12 | 1 | -1/+1 |
* | Add $$($1_$2_$3_ALL_HC_OPTS) when linking dynamic libraries. Not | Simon Marlow | 2011-05-09 | 1 | -4/+4 |
* | Pass the right tool locations to Cabal when generating package.mk files | Ian Lynagh | 2011-04-29 | 1 | -1/+6 |
* | We no longer need to pass pgmc etc in the ghc.wrapper script | Ian Lynagh | 2011-04-29 | 1 | -1/+0 |
* | Add stage-specific AS variables to the build system | Ian Lynagh | 2011-04-29 | 2 | -1/+2 |
* | Build system: Tell hsc2hs where to find cabal_macros.h | Ian Lynagh | 2011-04-27 | 1 | -0/+2 |
* | Whitespace only in rules/distdir-way-opts.mk | Ian Lynagh | 2011-04-27 | 1 | -3/+3 |
* | Add stage-specific versions of more ar-related makefile vars | Ian Lynagh | 2011-04-23 | 2 | -3/+6 |