summaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Build haskell98 and haskell2010 with stage2Ian Lynagh2010-10-131-1/+1
* Follow Cabal changes: Cabal no longer has a docbook userguideIan Lynagh2010-10-121-1/+0
* Fix build following haskell98 and -fglasgow-exts changesIan Lynagh2010-10-061-0/+1
* Fix the TH depsIan Lynagh2010-09-251-1/+7
* Add deps for TH uses in vectorIan Lynagh2010-09-231-0/+5
* Build primitive with stage2Ian Lynagh2010-09-231-1/+1
* Fix computation of installed packagessimonpj@microsoft.com2010-09-241-23/+32
* move CHECKED settings to the right placeSimon Marlow2010-09-231-15/+17
* Add primitive and vector packages for DPH supportSimon Marlow2010-09-231-3/+2
* Refactoring and tidy up in the build systemSimon Marlow2010-09-231-111/+118
* Fixes for when HADDOCK_DOCS=NOIan Lynagh2010-09-211-2/+4
* add a simple trace facility to the build systemSimon Marlow2010-09-211-0/+1
* Implement archive loading for ghciIan Lynagh2010-09-201-0/+2
* extra packages info is now read from packages fileIan Lynagh2010-09-171-36/+23
* Don't haddock packages that we aren't going to installIan Lynagh2010-09-031-1/+5
* Fix the DPH package cleaning/profiled mess even more (the build was broken)Simon Marlow2010-08-261-13/+17
* Fix the DPH/profiled make thing (again)simonpj@microsoft.com2010-08-251-8/+16
* DPH should not even be built if GhcProfiledsimonpj@microsoft.com2010-08-231-1/+1
* Generate the bit in the user guide where we say what -fglasgow-exts doesIan Lynagh2010-08-221-0/+6
* Fix cleaning when GhcProfiled = YESIan Lynagh2010-08-191-1/+1
* Use make-command when installing packagesIan Lynagh2010-08-181-12/+17
* Add a "make-command" utility Makefile functionIan Lynagh2010-08-181-0/+5
* Do not build DPH when GhcProfiled (fixes #4172)simonpj@microsoft.com2010-08-131-0/+5
* Add a versions haddock binary for WindowsIan Lynagh2010-08-011-0/+1
* Always haddock by defaultIan Lynagh2010-07-301-2/+0
* Move all the warning workarounds to one placeIan Lynagh2010-07-101-12/+0
* xhtml is now warning-freeIan Lynagh2010-07-101-3/+0
* Move a bit of build system codeIan Lynagh2010-07-091-12/+12
* adapt to the new async exceptions APISimon Marlow2010-07-091-0/+3
* Use Cabal to configure the dist-install ghc-pkg; fixes trac #4156Ian Lynagh2010-07-041-0/+1
* Add the haskell2010 packageSimon Marlow2010-06-301-0/+1
* Convert some more variable names to FOO_CMD, for consistencyIan Lynagh2010-06-161-3/+3
* Rename some variables from FOO to FOO_CMDIan Lynagh2010-06-161-4/+4
* Add xhtml package (a new dependency of Haddock; not installed/shipped)Simon Marlow2010-06-021-1/+5
* Update various 'sh boot's to 'perl boot'Ian Lynagh2010-05-161-1/+1
* Add version constraints for the boot packages; fixes trac #3852Ian Lynagh2010-05-091-0/+2
* Add a ghc.mk for bindisttest/Ian Lynagh2010-05-081-0/+1
* Add tools to test that cleaning works properlyIan Lynagh2010-05-081-0/+1
* Tidy up the "rm" flags in the build systemIan Lynagh2010-05-081-12/+12
* Use -Wwarn for the binary package, becuase it has redundant UNPACK pragmassimonpj@microsoft.com2010-05-061-0/+17
* Include DPH docs in bindistsIan Lynagh2010-04-241-0/+1
* Implement try10Times in MakefileIan Lynagh2010-04-201-5/+17
* Remove the ghc_ge_609 makefile variablesIan Lynagh2010-04-121-2/+0
* Don't install EXTRA_PACKAGES by defaultSimon Marlow2010-03-301-1/+5
* Change how perl scripts get installed; partially fixes #3863Ian Lynagh2010-03-241-8/+2
* Add the external core PDF to the new build systemIan Lynagh2010-03-211-0/+1
* Don't install the utf8-string packageIan Lynagh2010-03-171-1/+1
* sdist: Haddock.Interface.{Lex,Parse} moved to Haddock.{Lex,Parse}Simon Marlow2010-03-021-2/+2
* Have separate rules to generate tags and TAGSIan Lynagh2010-02-271-0/+3
* Make "make tags" work in the new build systemIan Lynagh2010-02-211-0/+6