Allow the old [$foo| ... |] syntax for quasi-quotes
[ghc-hetmet.git] / rules /
2010-10-20 Ian LynaghTweak the haddock rules; no functional change
2010-10-20 Ian LynaghLook for sources in Cabal's autogen directory too
2010-10-16 Ian LynaghCorrect the regexp used to search for extra packages
2010-09-30 Ian LynaghHandle EXTRA_LIBRARIES when building programs
2010-09-23 Simon MarlowRefactoring and tidy up in the build system
2010-09-21 Simon Marlowadd a simple trace facility to the build system
2010-09-21 Simon Marlowfix building with extra packages (packages were added...
2010-09-20 Simon Marlowadd extra packages to $(EXTRA_PACKAGES), so we avoid...
2010-09-20 Ian LynaghTell Cabal that we're not building GHCi libs if UseArch...
2010-09-20 Ian LynaghImplement archive loading for ghci
2010-09-18 Ian LynaghFix build on cygwin: Normalise slashes in .depend files...
2010-09-17 Ian Lynaghextra packages info is now read from packages file
2010-09-05 Ian LynaghDon't pass our gcc options to stage0 ghc's gcc; they...
2010-09-03 Ian LynaghDon't haddock packages that we aren't going to install
2010-09-03 Ian LynaghGive haddock per-package source entity paths; fixes...
2010-09-02 Ian LynaghAdd some -no-user-package-conf flags
2010-08-18 Ian LynaghUse make-command in rules/bindist.mk
2010-08-18 Ian LynaghAdd a "make-command" utility Makefile function
2010-08-10 Simon MarlowDo the dependency-omitting for 'make 1' in a slightly...
2010-07-26 Ian LynaghDon't rebuild dependency files unnecessarily when doing...
2010-07-23 Ian LynaghUse different CC/LD options for different stages
2010-07-17 Ian LynaghDon't generate Haskell dependencies if we don't have...
2010-07-16 Ian LynaghLink programs that have no Haskell objects with gcc...
2010-07-16 Ian LynaghUse gcc to build C programs for stages >= 1
2010-07-15 Ian LynaghSplit up some make commands, so that errors aren't...
2010-07-04 Ian LynaghUse Cabal to configure the dist-install ghc-pkg; fixes...
2010-06-22 Ian LynaghDon't rely on "-packagefoo" working; use "-package...
2010-06-16 Ian LynaghConvert some more variable names to FOO_CMD, for consis...
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-06-04 Simon MarlowPass --no-tmp-comp-dir to Haddock (see comment)
2010-06-03 Simon Marlowfix --source-entity option passed to Haddock: we needed...
2010-05-30 Ian LynaghCheck dblatex actually creates the files we tell it to
2010-05-25 Ian LynaghAdd configure flags for the location of GMP includes...
2010-05-25 Ian LynaghWhen haddocking, we need the dependencies to have been...
2010-05-09 Ian LynaghAdd version constraints for the boot packages; fixes...
2010-05-09 Ian LynaghDon't include inter-package dependencies when compiling...
2010-05-08 Ian LynaghTidy up the "rm" flags in the build system
2010-05-04 Ian LynaghIn build system, call package-config after including...
2010-04-27 Ian LynaghInplace programs depend on their shell wrappers
2010-04-24 Ian LynaghMake sure all the clean rules are always included
2010-04-12 Ian LynaghRemove the ghc_ge_609 makefile variables
2010-03-29 Ian LynaghExplicitly check whether ar supports the @file syntax
2010-03-24 Ian LynaghChange how perl scripts get installed; partially fixes...
2010-03-24 Ian LynaghPass the location of gcc in the ghc wrapper script...
2010-03-24 Ian LynaghFix the build for non-GNU-ar
2010-03-23 Ian LynaghTweak the Makefile code for making .a libs; fixes trac...
2010-03-14 Ian LynaghWhen compiling with GHC >= 6.13, use -rtsopts
2010-03-05 simonpj@microsoft.comWhen BUILD_DOCBOOK_HTML is NO, keep the rules, just...
2010-02-27 Ian LynaghHave separate rules to generate tags and TAGS
2010-02-21 Ian LynaghMake "make tags" work in the new build system
2010-01-19 Ian LynaghEscape some $s in makefiles for consistency
2010-01-13 Simon Marlowhide modules properly with haddock
2010-01-13 Simon Marlowfix for HSCOLOUR_SRCS=NO
2010-01-12 Simon MarlowInvoke Haddock directly from the build system, instead...
2009-12-30 Ian LynaghFix rules/build-dependencies.mk on OS X
2009-12-19 Ian LynaghTweak the build-dependencies rule, and add comments...
2009-12-19 Ian LynaghWhen removing $(TOP) with sed, do so case insensitively
2009-12-16 Ian LynaghBuild and install inplace the count_lines and compareSi...
2009-12-15 Ian LynaghJust make C dependencies once, rather than each way
2009-12-15 Ian LynaghMake addCFileDeps quieter
2009-12-09 Ian LynaghEliminate mkdependC
2009-12-04 Ian LynaghLink all dynamic libraries with the correct install_nam...
2009-12-01 Ian LynaghDelay expansion of some makefile variables until they...
2009-12-01 Ian LynaghAvoid running empty for loops; fixes trac #3683
2009-11-20 Ian LynaghFix some dependencies in bindists
2009-11-14 Ben.Lippmeier@anu... Provide extralibs when linking Windows DLLs
2009-11-17 Simon Marlowexclude some haddock-related rules during BINDIST
2009-11-07 Ian LynaghSplit XARGS into XARGS and XARGS_OPTS
2009-11-07 Ian LynaghTweak how shell wrappers are built
2009-11-07 Ian Lynaghghc-stage2 is now renamed to ghc when it is installed
2009-11-07 Ian LynaghTweak the shell wrapper scripts
2009-11-05 Simon MarlowFix some more build bugs exposed by the addition of...
2009-11-05 Ian LynaghMake installation on *nix work for paths with spaces...
2009-11-05 Simon MarlowFix #3642: m GHC builds using the Haskell Platform
2009-10-25 Ian LynaghEscape some $s in makefiles for consistency
2009-10-15 Simon MarlowTweak to the way per-source-file options are specified
2009-10-06 Simon MarlowFix dependencies for the RTS
2009-10-05 Ian LynaghComment out some unnecessary makefile rules
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-09-29 Simon MarlowNo need to use -split-objs with dynamic libraries
2009-09-28 Simon Marlowfix cut-and-paste bugs in .cmm -> .hc/.s rules
2009-09-27 Ian LynaghUse $topdir in the RTS's package.conf file when doing...
2009-09-21 Simon Marlowremove "touch %_hsc.c" - what was it for?
2009-09-20 Ian LynaghFix bindist creation
2009-09-17 Manuel M T ChakravartyUse CONF_CC_OPTS
2009-09-14 Simon MarlowFix collateral damage after distdir-opts.mk was refacto...
2009-09-13 Ian LynaghDon't register the non-munged stage1 ghc package
2009-09-11 Ian LynaghFix some makefile logic, and remove the now unused...
2009-09-11 Ian LynaghChange a sed separator character to make it easier...
2009-09-11 Simon MarlowFix build with GHC <= 6.10.1
2009-09-09 Simon Marlowrefactor *_OPTS settings in the build system; no functi...
2009-09-08 Simon Marlowadd $(CONF_*_OPTS) for options that come from ./configu...
2009-08-26 Matthias KilianConfigurable iconv header and library locations
2009-08-26 Matthias KilianDon't mess up absolute INCLUDE_DIRS
2009-08-26 Ian LynaghFix bindist creation
2009-08-21 Ian LynaghLink CMM objects into dynamic libraries
2009-08-20 Ian LynaghFix library installation; fixes #3374
2009-08-20 Ian LynaghEscape some $s in makefiles for consistency
2009-08-19 Simon MarlowRolling back: Add a kludge to fix building shared libs
2009-08-14 Ian LynaghMake our install variables etc compliant with GNU stand...
next