summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Haddock errors.Thomas Schilling2008-07-204-10/+10
* Fix Haddock errors.Thomas Schilling2008-07-201-11/+10
* Fix Haddock errors.Thomas Schilling2008-07-202-17/+17
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+1
* Fix Haddock errors.Thomas Schilling2008-07-202-4/+4
* Fix Haddock errors.Thomas Schilling2008-07-206-24/+22
* Fix Haddock errors.Thomas Schilling2008-07-203-9/+9
* Fix Haddock errors.Thomas Schilling2008-07-202-3/+3
* Fix Haddock errors.Thomas Schilling2008-07-202-2/+2
* Fix Haddock errors.Thomas Schilling2008-07-202-6/+6
* Fix Haddock errors.Thomas Schilling2008-07-203-10/+9
* Fix Haddock errors.Thomas Schilling2008-07-202-2/+3
* Fix Haddock errors.Thomas Schilling2008-07-204-12/+15
* Fix Haddock errors.Thomas Schilling2008-07-204-23/+25
* Fix Haddock errors.Thomas Schilling2008-07-201-46/+50
* Fix Haddock errors.Thomas Schilling2008-07-203-11/+11
* Fix Haddock errors.Thomas Schilling2008-07-201-0/+6
* Properly comment out unused pragmasIan Lynagh2008-07-203-20/+20
* Add a WARNING pragmaIan Lynagh2008-07-2021-187/+243
* Put a #! line in ghc-pkg's shell wrapperIan Lynagh2008-07-191-0/+1
* Fix ghc-pkg inplace on WindowsIan Lynagh2008-07-191-1/+10
* Some "install" and "clean" fixesIan Lynagh2008-07-184-17/+29
* Change how inplace detection works, so that it also works on WindowsIan Lynagh2008-07-181-6/+15
* More dependency wibblingIan Lynagh2008-07-181-6/+2
* Build system tweaksIan Lynagh2008-07-184-9/+14
* We need to make Parser.y and Config.hs earlierIan Lynagh2008-07-181-4/+4
* Explicitly list HpcParser as a module in hpc-binIan Lynagh2008-07-181-0/+1
* Disable building pwd and lndir for nowIan Lynagh2008-07-181-6/+8
* Build hpc with CabalIan Lynagh2008-07-183-35/+36
* Build runghc with CabalIan Lynagh2008-07-183-48/+34
* Add a commentIan Lynagh2008-07-181-0/+4
* Tweak the build system for installPackageIan Lynagh2008-07-182-36/+4
* More build system changes; hasktags is now built with CabalIan Lynagh2008-07-186-124/+89
* Remove a commentIan Lynagh2008-07-181-3/+0
* 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