| Commit message (Expand) | Author | Age | Files | Lines |
* | haddock.mk: Use \{1,\} instead of \+ | Ben Gamari | 2015-11-16 | 1 | -4/+4 |
* | rules/haddock: Set __HADDOCK_VERSION__ | Ben Gamari | 2015-11-12 | 1 | -0/+7 |
* | Implement function-sections for Haskell code, #8405 | Simon Brenner | 2015-11-12 | 3 | -2/+14 |
* | Revert "Build system: don't add ALL_HC_OPTS when linking" | Ben Gamari | 2015-10-29 | 3 | -4/+4 |
* | Build system: don't add ALL_HC_OPTS when linking | Thomas Miedema | 2015-10-28 | 3 | -4/+4 |
* | Build system: comments only [skip ci] | Thomas Miedema | 2015-10-27 | 2 | -10/+11 |
* | Build system: fix `make -j1` (#10973) | Thomas Miedema | 2015-10-17 | 3 | -6/+13 |
* | Rename PACKAGE_KEY and LIB_NAME in build system. | Edward Z. Yang | 2015-10-14 | 4 | -18/+18 |
* | Make dataToQa aware of Data instances which use functions to implement toConstr | RyanGlScott | 2015-10-13 | 1 | -3/+3 |
* | sphinx: Don't share doctrees between targets | Ben Gamari | 2015-10-10 | 1 | -3/+6 |
* | Move user's guide to ReStructuredText | Ben Gamari | 2015-10-03 | 2 | -86/+65 |
* | Build system: implement `make install-strip` (#1851) | Thomas Miedema | 2015-09-04 | 2 | -3/+6 |
* | Build system: simplify install.mk.in | Thomas Miedema | 2015-08-21 | 1 | -1/+1 |
* | Build system: delete half-baked Cygwin support | Thomas Miedema | 2015-08-20 | 1 | -17/+1 |
* | Build system: delete two unused files | Thomas Miedema | 2015-07-13 | 1 | -24/+0 |
* | Build system: comments only [skip ci] | Thomas Miedema | 2015-07-13 | 2 | -3/+3 |
* | Build system: rename bindist to bindist-list... | Thomas Miedema | 2015-07-02 | 1 | -6/+6 |
* | Make $1 in $1_$2_$3_FOO actually be directory. | Edward Z. Yang | 2015-06-23 | 3 | -6/+6 |
* | Rename $1_$2_$3_LIB_NAME to LIB_FILE. | Edward Z. Yang | 2015-06-22 | 1 | -2/+2 |
* | Fix #10551 by using LIB_NAMES. | Edward Z. Yang | 2015-06-22 | 1 | -1/+1 |
* | Use -package-id to specify libraries on command line. | Edward Z. Yang | 2015-06-22 | 1 | -4/+3 |
* | Make GHC install libraries to e.g. xhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh. | Edward Z. Yang | 2015-06-20 | 1 | -2/+2 |
* | Fix the build when SplitObjs=YES | Thomas Miedema | 2015-06-06 | 1 | -1/+1 |
* | Fix the sdist build | Thomas Miedema | 2015-06-06 | 1 | -2/+80 |
* | Build: remove more unnecessary CLEANING/=YES checks | Thomas Miedema | 2015-06-04 | 2 | -6/+0 |
* | Build: remove unnecessary CLEANING/=YES check | Thomas Miedema | 2015-06-04 | 2 | -7/+0 |
* | Build: ./boot && ./configure && make sdist (#8723) | Thomas Miedema | 2015-06-04 | 1 | -0/+46 |
* | Build: make configure and ghc-pkg a bit less chatty | Thomas Miedema | 2015-06-04 | 1 | -0/+11 |
* | build: make haddock a bit less chatty | Austin Seipp | 2015-06-02 | 1 | -0/+1 |
* | Build system: also clean the inplace wrapper | Thomas Miedema | 2015-05-30 | 1 | -0/+2 |
* | Build system: don't use supposedly local variable inside macro | Thomas Miedema | 2015-05-30 | 1 | -6/+6 |
* | Build system: make clean in utils/ghc-pkg should not delete inplace/lib/bin | Thomas Miedema | 2015-05-30 | 1 | -1/+1 |
* | Build system: whitespace and comments only | Thomas Miedema | 2015-05-30 | 2 | -6/+18 |
* | Build system: check $CLEANING instead of $MAKECMDGOALS | Thomas Miedema | 2015-05-30 | 2 | -4/+4 |
* | Build system: don't install haddock .t files (#10410) | Thomas Miedema | 2015-05-27 | 1 | -1/+1 |
* | Drop old integer-gmp-0.5 from GHC source tree | Herbert Valerio Riedel | 2015-03-31 | 1 | -2/+0 |
* | Use the gold linker for linux/ARM and android/ARM targets. | Erik de Castro Lopo | 2015-03-12 | 2 | -2/+1 |
* | Update Cabal submodule to latest 1.22 snapshot | Edward Z. Yang | 2015-03-11 | 1 | -3/+3 |
* | Make top-level "configure" accept and propagate --with-curses-{includes,libra... | PHO | 2015-02-23 | 1 | -0/+8 |
* | runghc: be explicit about ghc version (#9054) | Thomas Miedema | 2015-02-18 | 2 | -8/+6 |
* | Remove RAWCPP_FLAGS (Task #9094) | Thomas Miedema | 2015-02-17 | 1 | -2/+2 |
* | inplace: Don't add empty component to LD_LIBRARY_PATH when it is empty | Reid Barton | 2015-01-12 | 1 | -2/+2 |
* | Add -I$1/$2/build/autogen to $1_$2_DIST_CC_OPTS | Herbert Valerio Riedel | 2014-12-07 | 1 | -0/+1 |
* | Revert "Remove RAWCPP_FLAGS" | Herbert Valerio Riedel | 2014-12-01 | 1 | -2/+2 |
* | Implement new integer-gmp2 from scratch (re #9281) | Herbert Valerio Riedel | 2014-11-12 | 1 | -0/+2 |
* | Remove RAWCPP_FLAGS | Thomas Miedema | 2014-10-07 | 1 | -2/+2 |
* | rules: fix buld failure due to o-boot suffix typo | Sergei Trofimovich | 2014-09-08 | 1 | -2/+2 |
* | rules: cleanup: use '$way_*suf' var instead of open-coded '($3_way_)s' | Sergei Trofimovich | 2014-09-08 | 4 | -18/+20 |
* | Remove out of date TODO | Edward Z. Yang | 2014-08-13 | 1 | -2/+0 |
* | Explicitly version test for package key support. | Edward Z. Yang | 2014-08-13 | 1 | -1/+7 |