summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* concurrent, unique, timeout have now been split off from baseIan Lynagh2008-08-244-3/+8
* Actually tar up Windows bindistsIan Lynagh2008-08-241-9/+8
* getopt is now split off from baseIan Lynagh2008-08-244-6/+19
* st is now split off from baseIan Lynagh2008-08-234-6/+18
* Ignore install-docs in compiler/Makefile and ghc/MakefileIan Lynagh2008-08-212-0/+6
* Fix making bindistsIan Lynagh2008-08-211-1/+1
* mk/cabal.mk now turns on -WallIan Lynagh2008-08-211-3/+1
* Fix warnings in runghcIan Lynagh2008-08-211-2/+2
* Make some utils -Wall cleanIan Lynagh2008-08-2113-99/+142
* unix is now warning-freeIan Lynagh2008-08-211-1/+1
* Fix references to exceptions from the RTSIan Lynagh2008-08-213-13/+11
* It doesn't look like HSprel.def is used any moreIan Lynagh2008-08-211-28/+0
* base (and base3-compat) is no warning-freeIan Lynagh2008-08-211-1/+1
* Don't put symlinks in bindists, but the files they point at insteadIan Lynagh2008-08-201-1/+3
* Fix making it possible to build without the NCGIan Lynagh2008-08-182-19/+38
* Comment fixIan Lynagh2008-08-171-1/+1
* Remove GHC_TOP; we don't actually use itIan Lynagh2008-08-171-7/+1
* We need to give make some more cluesIan Lynagh2008-08-171-1/+1
* Change how we know whether or not we are validatingIan Lynagh2008-08-173-3/+7
* Don't clean the multi-stage stuff unless CLEAN_ALL_STAGES is YESIan Lynagh2008-08-171-0/+2
* When making in compiler/, automatically make in ghc/ when we are doneIan Lynagh2008-08-173-7/+4
* Don't do the stage1 re-linking hack if we have GHC >= 6.9Ian Lynagh2008-08-171-0/+2
* Avoid scary "Package contains no library to register" message in installPackageIan Lynagh2008-08-171-1/+6
* Don't use the cc-options from packages when compiling .hc filesSimon Marlow2008-08-211-1/+7
* Improve error message when 'forall' is not a keywordsimonpj@microsoft.com2008-08-212-6/+9
* move directory after Win32/unixSimon Marlow2008-08-211-2/+2
* Fix Haddock comments in TcGenDerivsimonpj@microsoft.com2008-08-211-2/+2
* Fix compacting GC on 64-bit machinesSimon Marlow2008-08-201-1/+1
* Fix Trac #2456: eliminate duplicate bindings when derivingsimonpj@microsoft.com2008-08-201-43/+44
* Elaborate for-all message slightlysimonpj@microsoft.com2008-08-201-1/+2
* set $(BOOTSTRAPPING_PACKAGE_CONF_HC_OPTS) automatically based on $(HC)Simon Marlow2008-08-191-2/+11
* Fix Trac #2518: add hs-boot files as an infelictysimonpj@microsoft.com2008-08-191-1/+15
* use System.FilePath's isSearchPathSeparator instead of our ownSimon Marlow2008-08-181-12/+2
* FIX #2521: trailing colon in GHC_PACKAGE_PATHSimon Marlow2008-08-181-1/+21
* Test for and reject duplicate dependencies (#2330)Simon Marlow2008-08-181-7/+10
* When doing :l, abandon all breakpoints before we unload everythingIan Lynagh2008-08-161-0/+1
* Comment fixes; trac #2468Ian Lynagh2008-08-161-2/+2
* Stop dph/dph-{par,seq} reconfiguring themselves all the timeIan Lynagh2008-08-141-5/+3
* Follow changes in CabalIan Lynagh2008-08-134-4/+4
* When distcleaning in utils/, distclean (rather then merely clean) the utilsIan Lynagh2008-08-151-1/+7
* Only clean utils/pwd/pwd when distcleaning, not when cleaningIan Lynagh2008-08-121-1/+1
* In cabal.mk, clean is no longer identical to distcleanIan Lynagh2008-08-121-3/+6
* Improve -fwarn-orphans documentation (thanks to Tim)simonpj@microsoft.com2008-08-142-2/+9
* Fix #2441 (unregister/expose/hide packages in non-first package databases)Simon Marlow2008-08-141-36/+51
* add --no-user-package-confSimon Marlow2008-08-141-0/+6
* move INPLACE_DATA_DIR into mk/config.mk and share itSimon Marlow2008-08-133-4/+2
* FIX #1963: use Cabal's writeFileAtomic to write the new package.confSimon Marlow2008-08-131-35/+44
* FIX #2492: ghc-pkg insists on having HOME environment variable setSimon Marlow2008-08-131-9/+17
* FIX #2491 (ghc-pkg unregister should complain about breaking dependent packages)Simon Marlow2008-08-131-36/+47
* put back -fwarn-depcrecationsSimon Marlow2008-08-121-0/+1