summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* bindists are now some way towards workingIan Lynagh2008-08-109-25/+30
* Use Cabal to build pwdIan Lynagh2008-08-103-23/+29
* Fixed performance bug in ext-core preprocessorTim Chevalier2008-08-094-41/+51
* Fix building with extensible exceptionsIan Lynagh2008-07-301-6/+33
* Add the runghc wrapper scriptIan Lynagh2008-07-291-0/+2
* 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