summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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