summaryrefslogtreecommitdiff
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
...
* rules/haddock: Set __HADDOCK_VERSION__Ben Gamari2015-11-121-0/+7
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-123-2/+14
* Revert "Build system: don't add ALL_HC_OPTS when linking"Ben Gamari2015-10-293-4/+4
* Build system: don't add ALL_HC_OPTS when linkingThomas Miedema2015-10-283-4/+4
* Build system: comments only [skip ci]Thomas Miedema2015-10-272-10/+11
* Build system: fix `make -j1` (#10973)Thomas Miedema2015-10-173-6/+13
* Rename PACKAGE_KEY and LIB_NAME in build system.Edward Z. Yang2015-10-144-18/+18
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-131-3/+3
* sphinx: Don't share doctrees between targetsBen Gamari2015-10-101-3/+6
* Move user's guide to ReStructuredTextBen Gamari2015-10-032-86/+65
* Build system: implement `make install-strip` (#1851)Thomas Miedema2015-09-042-3/+6
* Build system: simplify install.mk.inThomas Miedema2015-08-211-1/+1
* Build system: delete half-baked Cygwin supportThomas Miedema2015-08-201-17/+1
* Build system: delete two unused filesThomas Miedema2015-07-131-24/+0
* Build system: comments only [skip ci]Thomas Miedema2015-07-132-3/+3
* Build system: rename bindist to bindist-list...Thomas Miedema2015-07-021-6/+6
* Make $1 in $1_$2_$3_FOO actually be directory.Edward Z. Yang2015-06-233-6/+6
* Rename $1_$2_$3_LIB_NAME to LIB_FILE.Edward Z. Yang2015-06-221-2/+2
* Fix #10551 by using LIB_NAMES.Edward Z. Yang2015-06-221-1/+1
* Use -package-id to specify libraries on command line.Edward Z. Yang2015-06-221-4/+3
* Make GHC install libraries to e.g. xhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.Edward Z. Yang2015-06-201-2/+2
* Fix the build when SplitObjs=YESThomas Miedema2015-06-061-1/+1
* Fix the sdist buildThomas Miedema2015-06-061-2/+80
* Build: remove more unnecessary CLEANING/=YES checksThomas Miedema2015-06-042-6/+0
* Build: remove unnecessary CLEANING/=YES checkThomas Miedema2015-06-042-7/+0
* Build: ./boot && ./configure && make sdist (#8723)Thomas Miedema2015-06-041-0/+46
* Build: make configure and ghc-pkg a bit less chattyThomas Miedema2015-06-041-0/+11
* build: make haddock a bit less chattyAustin Seipp2015-06-021-0/+1
* Build system: also clean the inplace wrapperThomas Miedema2015-05-301-0/+2
* Build system: don't use supposedly local variable inside macroThomas Miedema2015-05-301-6/+6
* Build system: make clean in utils/ghc-pkg should not delete inplace/lib/binThomas Miedema2015-05-301-1/+1
* Build system: whitespace and comments onlyThomas Miedema2015-05-302-6/+18
* Build system: check $CLEANING instead of $MAKECMDGOALSThomas Miedema2015-05-302-4/+4
* Build system: don't install haddock .t files (#10410)Thomas Miedema2015-05-271-1/+1
* Drop old integer-gmp-0.5 from GHC source treeHerbert Valerio Riedel2015-03-311-2/+0
* Use the gold linker for linux/ARM and android/ARM targets.Erik de Castro Lopo2015-03-122-2/+1
* Update Cabal submodule to latest 1.22 snapshotEdward Z. Yang2015-03-111-3/+3
* Make top-level "configure" accept and propagate --with-curses-{includes,libra...PHO2015-02-231-0/+8
* runghc: be explicit about ghc version (#9054)Thomas Miedema2015-02-182-8/+6
* Remove RAWCPP_FLAGS (Task #9094)Thomas Miedema2015-02-171-2/+2
* inplace: Don't add empty component to LD_LIBRARY_PATH when it is emptyReid Barton2015-01-121-2/+2
* Add -I$1/$2/build/autogen to $1_$2_DIST_CC_OPTSHerbert Valerio Riedel2014-12-071-0/+1
* Revert "Remove RAWCPP_FLAGS"Herbert Valerio Riedel2014-12-011-2/+2
* Implement new integer-gmp2 from scratch (re #9281)Herbert Valerio Riedel2014-11-121-0/+2
* Remove RAWCPP_FLAGSThomas Miedema2014-10-071-2/+2
* rules: fix buld failure due to o-boot suffix typoSergei Trofimovich2014-09-081-2/+2
* rules: cleanup: use '$way_*suf' var instead of open-coded '($3_way_)s'Sergei Trofimovich2014-09-084-18/+20
* Remove out of date TODOEdward Z. Yang2014-08-131-2/+0
* Explicitly version test for package key support.Edward Z. Yang2014-08-131-1/+7
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-053-11/+25