summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More build system changes; ghc-pkg is now built with CabalIan Lynagh2008-07-1810-192/+159
* Fix some argument namesIan Lynagh2008-07-171-1/+1
* Tweak the hsc2hs wrapper scriptIan Lynagh2008-07-171-1/+1
* Fix the order in which things get builtIan Lynagh2008-07-172-7/+15
* Split building the ghc package and binary into "boot" and "all" stepsIan Lynagh2008-07-172-4/+9
* Install the compiler during make installIan Lynagh2008-07-171-0/+9
* Do the building and installing of hsc2hs with the stage1 compilerIan Lynagh2008-07-172-16/+32
* Remove some duplicationIan Lynagh2008-07-173-75/+49
* Windows fixesIan Lynagh2008-07-161-1/+7
* Fix GHC finding extra-gcc-opts on WindowsIan Lynagh2008-07-161-2/+15
* Fix the inplace compiler finding package.conf on WindowsIan Lynagh2008-07-161-1/+4
* Fix the build with GHC 6.4.2Ian Lynagh2008-07-161-0/+4
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-1619-888/+863
* Fix for 1st half of #2203Before_cabalised-GHCManuel M T Chakravarty2008-07-151-15/+19
* Fix check of rhs of type family instances (#2157)Manuel M T Chakravarty2008-07-142-9/+2
* FIX BUILD on WindowsSimon Marlow2008-07-141-1/+1
* remove what looks like a cut-and-pastoSimon Marlow2008-07-141-12/+0
* fix #2434: we weren't waiting long enough for the signalSimon Marlow2008-07-141-1/+1
* Make showSDoc and printDoc use the same default width (100)Simon Marlow2008-07-141-1/+1
* FIX #2322: add exceptions for more functions in math.hSimon Marlow2008-07-111-2/+10
* FIX #2248Simon Marlow2008-07-111-3/+12
* add a comment to the effect that printDoc prints FastStrings in UTF-8Simon Marlow2008-07-111-0/+4
* FIX #2302: print FastStrings in UTF-8 in error messagesSimon Marlow2008-07-111-4/+9
* FIX #2278: don't complain if the -odir directory doesn't existSimon Marlow2008-07-111-6/+1
* If HADDOCK_DOCS is YES, then fail the build early if we couldn't find haddockIan Lynagh2008-07-131-3/+14
* Fix some build problems when GHCI is not defindeIan Lynagh2008-07-133-7/+15
* Add PostfixOperators flag for (e op) postfix operators; fixes trac #1824Ian Lynagh2008-07-122-6/+25
* Remove the hack to avoid darcs-all operating on bootstrapping directoriesIan Lynagh2008-07-121-5/+1
* Teach installPackage about --distpref and --enable-shell-wrappersIan Lynagh2008-07-121-17/+27
* Handle passing hsc2hs to Cabal betterIan Lynagh2008-07-111-2/+4
* Move installPackage out into its own cabal package under utils/Ian Lynagh2008-07-115-18/+70
* Split up Cabal configure flag variables for more flexibilityIan Lynagh2008-07-113-11/+21
* Move -fno-cse flags from Makefile into pragmasIan Lynagh2008-07-118-12/+20
* Remove the need for undecidable instances in LazyUniqFMIan Lynagh2008-07-112-6/+1
* add "ghc-pkg dump" (fixes #2201)Simon Marlow2008-07-112-6/+47
* small improvement to an error messageSimon Marlow2008-07-111-1/+1
* #2371: try to explain the difference between :module and :loadSimon Marlow2008-07-111-0/+35
* FIX #2381, and improve the fix for #1565Simon Marlow2008-07-111-9/+23
* Change pragma order to stop GHC 6.4 getting confusedIan Lynagh2008-07-101-7/+7
* -H80m isn't allowed in an options pragma. Just remove it for now.Ian Lynagh2008-07-101-1/+0
* Remove a commented-out flagIan Lynagh2008-07-101-2/+0
* Remove an HPUX-only flag which has no comment explaining its purposeIan Lynagh2008-07-101-4/+0
* Move more flags from the Makefile into pragmasIan Lynagh2008-07-104-19/+10
* Move the definition of NONEXISTENT into the central cabal-flags.mkIan Lynagh2008-07-102-6/+6
* Define CABAL in mk/cabal-flags.mk, rather than everywhere we use itIan Lynagh2008-07-103-4/+3
* Typo fixedIan Lynagh2008-07-101-1/+1
* Remove a redundant commentIan Lynagh2008-07-101-9/+0
* Remove remnants of javaGenIan Lynagh2008-07-102-8/+0
* Remove some remnants of ilxgenIan Lynagh2008-07-101-11/+0
* Remove a comment for GHC <= 4.08Ian Lynagh2008-07-101-2/+2