summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix building Haskeline on WindowsIan Lynagh2009-04-301-1/+3
* Fix mkdependC: Make it tell cpp to use our temporary filenameIan Lynagh2009-04-301-3/+3
* Tweak ghc-cabalIan Lynagh2009-04-291-1/+1
* Add special support for haskelineIan Lynagh2009-04-291-2/+82
* In mkdependC.prl, create temp files properlyIan Lynagh2009-04-291-2/+5
* move runstdtest into nofibSimon Marlow2009-04-282-589/+0
* Add a header to all build system files:Simon Marlow2009-04-2823-0/+275
* GHC new build system megapatchIan Lynagh2009-04-2634-410/+555
* Require a bang pattern when unlifted types are where/let bound; #3182Ian Lynagh2009-04-241-1/+1
* Add --version to runghc. Trac #2757.Ian Lynagh2009-03-053-2/+17
* improvements: generate LaTeX tables for more than one runSimon Marlow2009-03-032-49/+104
* soup-up "ghc-pkg check"Simon Marlow2009-01-151-76/+169
* External Core: re-add code I removed mistakenly in last commitTim Chevalier2009-01-152-3/+16
* External Core lib: lots of cleanupTim Chevalier2009-01-148-166/+225
* FIX BUILD on Windows (fix for #2873 broke it)Simon Marlow2009-01-091-0/+3
* Fix #2873: should fail if a package DB desn't existSimon Marlow2009-01-081-15/+15
* ext-core: change .cabal file so we can build with either GHC 6.8 or 6.10Tim Chevalier2009-01-052-12/+25
* ext-core: fix some Prep bugsTim Chevalier2009-01-051-60/+98
* ext-core: use shorter names when combining modulesTim Chevalier2009-01-052-4/+23
* ext-core: twiddle primitive thingsTim Chevalier2009-01-052-2/+8
* Teach runghc about --help; fixes trac #2757Ian Lynagh2008-11-281-17/+34
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-142-4/+4
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-181-2/+0
* close the temporary Handle before removing the fileSimon Marlow2008-11-141-1/+1
* Fix line numbers in TAGS files.Thomas Schilling2008-11-101-1/+1
* Remove some flag duplication from a MakefileIan Lynagh2008-11-081-8/+0
* ghc_ge_605 is now always YESIan Lynagh2008-11-082-6/+1
* Refuse to register packages with unversioned dependencies; trac #1837Ian Lynagh2008-10-311-0/+5
* Include record fields in tags.Thomas Schilling2008-10-281-10/+5
* include an elapsed time tableSimon Marlow2008-10-232-16/+23
* generate a valid summary for older GHC versions tooSimon Marlow2008-10-231-0/+4
* Fix the build when the bootstrapping compiler has a newer Cabal than usIan Lynagh2008-10-151-3/+7
* Use cabal information to get GHC's flags to `ghctags'.Thomas Schilling2008-10-131-57/+118
* Make ghctags compile again.Thomas Schilling2008-10-071-35/+33
* Always use extensible exceptions in ghc-pkg, rather than using ifdefsIan Lynagh2008-10-032-29/+13
* don't install the installPackage programIan Lynagh2008-09-301-2/+3
* Update dependenciesIan Lynagh2008-09-201-2/+2
* Fix building with GHC 6.6Ian Lynagh2008-09-201-1/+7
* ext-core library: Parser fixes; make it build with the HEADTim Chevalier2008-09-185-12/+21
* Wibble ghc-pkg imports to fix building on WindowsIan Lynagh2008-09-171-2/+1
* ghc-pkg needs to make package.conf with sensible permissionsIan Lynagh2008-09-171-11/+65
* Add "#!/bin/sh" to runghc.wrapperIan Lynagh2008-09-141-0/+1
* Fixing directory creation to not create "" directories inside hpc report (har...andygill@ku.edu2008-09-161-1/+3
* Fix Trac #2311: creates subdirs for package coverage informationandygill@ku.edu2008-09-151-10/+20
* ext-core library: Add dead code eliminator for CoreTim Chevalier2008-09-123-2/+128
* ext-core library: expose some more modulesTim Chevalier2008-09-121-2/+2
* ext-core library: Change syntax for primitive coercionsTim Chevalier2008-09-121-7/+6
* ext-core library: Export a lot more things from PrimsTim Chevalier2008-09-122-17/+84
* ext-core library: Extend Core preprocessorTim Chevalier2008-09-121-6/+70
* ext-core library: Export a bunch more stuff from the parserTim Chevalier2008-09-121-1/+3