summaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* binary is called "binary", not "ghc-binary", in the HEADIan Lynagh2009-09-291-1/+1
* Don't put library tarballs etc in the GHC source tarballsIan Lynagh2009-09-291-0/+2
* Don't install haskeline/mtl/terminfo, and hide ghc-binaryIan Lynagh2009-09-291-1/+7
* Fix making Windows bindist and installerIan Lynagh2009-09-291-2/+2
* More bindist tweakingIan Lynagh2009-09-271-9/+9
* Add a $(MAKE_RESTARTS) check to ghc.mkIan Lynagh2009-09-271-0/+8
* Change where bindists are madeIan Lynagh2009-09-271-10/+10
* Add support for relocatable builds in the new build systemIan Lynagh2009-09-271-2/+4
* Don't build haddock if HADDOC_DOCS = NO, and disable HADDOC_DOCS if GhcWithIn...Matthias Kilian2009-09-201-0/+2
* Remove syb; it is no longer neededIan Lynagh2009-09-221-1/+0
* Remove base3-compatIan Lynagh2009-09-221-10/+0
* move way-related stuff into a separate fileSimon Marlow2009-09-211-0/+2
* clean some Haddock-generated filesSimon Marlow2009-09-211-0/+2
* fix install on WindowsSimon Marlow2009-09-171-1/+1
* Don't try and put HaddockLex and HaddockParse into src distsIan Lynagh2009-09-121-2/+0
* ParsePkgConf no longer exists, so don't try to put it in source distsIan Lynagh2009-09-121-1/+0
* Tweak an error messageIan Lynagh2009-09-121-1/+1
* Refactor sdist so that we can see which command is being runIan Lynagh2009-09-121-19/+17
* More bindist fixesIan Lynagh2009-09-121-0/+2
* Add includes/ghcautoconf.h and includes/ghcplatform.h to bindistsIan Lynagh2009-09-121-0/+2
* binary has unused-import warningsSimon Marlow2009-09-101-1/+1
* Change the representation of the package databaseSimon Marlow2009-09-101-6/+23
* NO_CLEAN_GMP fixesSimon Marlow2009-09-091-3/+13
* remove a ToDo that is DoneSimon Marlow2009-09-081-1/+0
* refactor *_OPTS settings in the build system; no functional changesSimon Marlow2009-09-091-1/+0
* remove --enable-hc-boot-unregisterised (implied by --enable-hc-boot now)Simon Marlow2009-09-081-1/+1
* "ghc-cabal install" now needs to know where GHC is, to get the ABI hashIan Lynagh2009-08-261-2/+6
* Fix bindist creationIan Lynagh2009-08-261-4/+1
* need to check $(HADDOCK_DOCS) around contents/index generationSimon Marlow2009-08-201-0/+2
* Rolling back: Add a kludge to fix building shared libsSimon Marlow2009-08-191-3/+0
* Fix unregisterised buildSimon Marlow2009-08-061-1/+1
* bindist fixIan Lynagh2009-08-161-0/+1
* Build fixesIan Lynagh2009-08-161-1/+8
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-141-22/+30
* Skip "Cabal check" for certain packages that we know will failIan Lynagh2009-08-111-0/+8
* Check Cabal packages when validatingIan Lynagh2009-08-111-0/+4
* Fix bindist creationIan Lynagh2009-08-081-1/+4
* Put the library haddock docs in the html subdirectory of docdirIan Lynagh2009-08-081-3/+3
* Install the main doc index page, and also put it in bindistsIan Lynagh2009-08-081-0/+2
* Add a kludge to fix building shared libsIan Lynagh2009-08-071-0/+3
* Clean GMP properly; fixes #3411Ian Lynagh2009-08-021-1/+9
* Fix permissions when installingIan Lynagh2009-08-021-4/+6
* Fix creation of library doc index, and put the library docs in bindistsIan Lynagh2009-08-021-1/+10
* Remove a TODO item that's been doneIan Lynagh2009-08-021-1/+0
* Add a publish-docs ruleIan Lynagh2009-08-011-0/+4
* Add docs to bindistsIan Lynagh2009-08-011-0/+10
* Make the new build system install the documentationIan Lynagh2009-08-011-1/+12
* Fix cleaning the integer packageIan Lynagh2009-07-301-0/+5
* remove a couple of ToDosSimon Marlow2009-07-271-2/+0
* Make the Integer library used directly configurable in GHC and baseIan Lynagh2009-07-221-3/+5