summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* don't strip the inplace GHC executables (for debugging)Simon Marlow2008-07-281-13/+16
* Fix building runghc on WindowsIan Lynagh2008-07-241-0/+6
* If the extension is not .lhs, runghc now treats it as .hs; fixes trac #1232Ian Lynagh2008-07-231-2/+7
* runghc now uses the compiler that it comes with; fixes trac #1281Ian Lynagh2008-07-233-18/+45
* Use the upstream hsc2hs repoIan Lynagh2008-07-239-1169/+0
* Sync hsc2hs's Main.hs with the Cabal repoIan Lynagh2008-07-221-86/+70
* We need to clean the utils on "distclean", as well as "clean"Ian Lynagh2008-07-221-1/+1
* Fix the stage3 buildIan Lynagh2008-07-221-3/+6
* 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-181-0/+6
* Build system tweaksIan Lynagh2008-07-181-0/+1
* 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-185-124/+34
* Remove a commentIan Lynagh2008-07-181-3/+0
* More build system changes; ghc-pkg is now built with CabalIan Lynagh2008-07-185-152/+132
* Tweak the hsc2hs wrapper scriptIan Lynagh2008-07-171-1/+1
* Fix the order in which things get builtIan Lynagh2008-07-171-2/+2
* Do the building and installing of hsc2hs with the stage1 compilerIan Lynagh2008-07-172-16/+32
* Teach installPackage about --distpref and --enable-shell-wrappersIan Lynagh2008-07-121-17/+27
* Move installPackage out into its own cabal package under utils/Ian Lynagh2008-07-114-1/+200
* Split up Cabal configure flag variables for more flexibilityIan Lynagh2008-07-111-2/+8
* add "ghc-pkg dump" (fixes #2201)Simon Marlow2008-07-111-6/+26
* Define CABAL in mk/cabal-flags.mk, rather than everywhere we use itIan Lynagh2008-07-101-3/+0
* Typo fixedIan Lynagh2008-07-101-1/+1
* Remove all references to -mno-cygwinIan Lynagh2008-07-091-4/+0
* Get rid of compat/Ian Lynagh2008-07-082-10/+1
* Add hsc2hs.wrapperIan Lynagh2008-07-051-0/+13
* Fix hsc2hs finding its template file on WindowsIan Lynagh2008-07-053-6/+13
* Build hsc2hs with CabalIan Lynagh2008-07-053-112/+45
* Use the last compiler if more than one is specifiedIan Lynagh2008-07-051-2/+1
* Improve error messages from pwdIan Lynagh2008-07-041-7/+13
* In utils/hsc2hs, add LICENSE and hsc2hs.cabal from the standalone repoIan Lynagh2008-07-042-0/+59
* Remove Cabal modules from compatIan Lynagh2008-07-031-0/+2
* Add a program for describing unexpected tests in testlogIan Lynagh2008-07-031-0/+25
* Follow Cabal changesIan Lynagh2008-06-291-3/+21
* mkdirhier.sh now accepts -q, which makes it be quietIan Lynagh2008-06-271-1/+12
* Follow Cabal changesIan Lynagh2008-06-261-2/+3
* () is now in ghc-prim:GHC.UnitIan Lynagh2008-06-241-0/+1
* Generate a warning-free GHC.PrimopWrappers. ghc-prim is now -Wall clean.Ian Lynagh2008-06-241-18/+35
* Fix some inconsistencies in the code and docs of primitivesIan Lynagh2008-06-233-33/+8
* Fix the build with GHC 6.4Ian Lynagh2008-06-233-0/+13
* it's time to retire ghcprof & friendsSimon Marlow2008-06-1838-3694/+2
* define NeedVarargsPrototypes to avoid segfault on x86_64Simon Marlow2008-06-181-0/+2
* measure GC(0/1) times and work imbalanceSimon Marlow2008-04-161-2/+21