summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext-core library: Fix performance bugTim Chevalier2008-09-121-2/+11
* ext-core library: Remove some cruftTim Chevalier2008-09-121-4/+2
* ext-core library: Add code for merging multiple Core modules into a single mo...Tim Chevalier2008-09-124-3/+310
* Don't install pwdIan Lynagh2008-09-111-1/+5
* make this build with GHC 6.7+Simon Marlow2008-09-081-0/+3
* Add a comment to utils/MakefileIan Lynagh2008-09-051-0/+9
* Move the "This is a generated file" to the top of GHC.PrimIan Lynagh2008-09-051-7/+7
* Make genprimopcode generate code that haddock 2 understandsIan Lynagh2008-09-051-10/+26
* Re-merge concurrent,timeout,unique,st,getopt into baseIan Lynagh2008-09-033-7/+1
* Cope with recent versions of Perl that lack the $* featuresimonpj@microsoft.com2008-09-021-3/+4
* Update the build system to handle building and using haddock2Ian Lynagh2008-08-284-14/+17
* Build haddock with the stage1 compilerIan Lynagh2008-08-141-1/+1
* Fix "runghc foo" where the program is foo.hs or foo.lhsIan Lynagh2008-08-251-3/+10
* When making bindists, check that we know where we areIan Lynagh2008-08-251-0/+4
* Get everything building with base 4 in the HEADIan Lynagh2008-08-253-6/+16
* concurrent, unique, timeout have now been split off from baseIan Lynagh2008-08-241-1/+2
* getopt is now split off from baseIan Lynagh2008-08-242-5/+17
* Fix warnings in runghcIan Lynagh2008-08-211-2/+2
* Make some utils -Wall cleanIan Lynagh2008-08-2113-99/+142
* Avoid scary "Package contains no library to register" message in installPackageIan Lynagh2008-08-171-1/+6
* 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 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
* 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
* 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
* add special globbing file for Windows to ghc-pkg.cabaldias@eecs.harvard.edu2008-08-131-1/+2
* build base3-compatSimon Marlow2008-08-111-1/+1
* Also clean pwd.hi and pwd.oIan Lynagh2008-08-101-1/+1
* bindist fixesIan Lynagh2008-08-101-0/+1