summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Improve External Core syntax for newtypesTim Chevalier2008-04-224-44/+38
* External Core typechecker - improve handling of coercionsTim Chevalier2008-04-227-135/+183
* Fix lndirIan Lynagh2008-04-081-1/+1
* Improve External Core syntaxTim Chevalier2008-04-164-53/+84
* Revive External Core typecheckerTim Chevalier2008-04-1412-1061/+862
* Extra info in genprimopcode --make-ext-core-sourceTim Chevalier2008-04-141-10/+43
* Extend genprimopcode to print primop types for ext-coreTim Chevalier2008-04-101-2/+94
* Fixing hpc combine and hpc map to use the correct help messageandy@galois.com2008-04-081-3/+3
* Revive External Core parserTim Chevalier2008-03-2911-135/+732
* prelude/PrimOp is now mostly warning-freeIan Lynagh2008-03-291-5/+7
* Use _ rather than "other" in generated codeIan Lynagh2008-03-291-1/+1
* Handle hierarchical module names in External Core toolsTim Chevalier2008-03-209-17/+272
* First cut at reviving the External Core toolsTim Chevalier2008-03-1012-180/+295
* Copy the right ghc-pkg.bin into bindistsIan Lynagh2008-03-051-1/+7
* Mac OS X deployment target: piping opts through MakefilesManuel M T Chakravarty2008-02-2110-0/+75
* All installed Haskell prgms have an inplace and an installed versionManuel M T Chakravarty2008-02-186-4/+43
* Tweak whitespaceIan Lynagh2008-02-171-1/+1
* Fix typoIan Lynagh2008-02-171-1/+1
* Make hasktags -Wall cleanIan Lynagh2008-02-152-32/+35
* Whitespace onlyIan Lynagh2008-02-151-81/+80
* Fix building hasktagsIan Lynagh2008-02-151-5/+4
* find module names, fix for get constructor names, find class names as well, s...marco-oweber@gmx.de2008-02-121-5/+32
* added TODO item and link to alternatives on wikimarco-oweber@gmx.de2008-02-121-0/+3
* Remove some of the old compat stuff now that we assume GHC 6.4Simon Marlow2008-02-084-23/+1
* Allow runghc to take input from stdin, just like Ruby & PythonSimon Marlow2008-02-071-5/+16
* matchesPkg: match against the pkg Id (foo-1.0) not just the package name (foo)Simon Marlow2008-02-051-1/+1
* FIX BUILD with ghc-6.4.xSimon Marlow2008-02-011-1/+11
* Fix #2062: foldr1 problem in hpc toolandy@galois.com2008-01-262-16/+20
* FIX #1750: in isBrokenPackage, don't loop if the deps are recursiveSimon Marlow2008-01-231-3/+8
* This goes with the patch for #1839, #1463Simon Marlow2008-01-221-0/+4
* FIX #1839, #1463, by supporting ghc-pkg bulk queries with substring matchingclaus.reinke@talk21.com2008-01-212-45/+117
* Tweak runghcIan Lynagh2008-01-201-19/+11
* Add GMP_INCLUDE_DIRS in a couple of placesIan Lynagh2008-01-121-1/+9
* always try to remove the new file before restoring the old one (#1963)Simon Marlow2007-12-141-7/+6
* FIX #1963: catch Ctrl-C and clean up properlySimon Marlow2007-12-132-20/+65
* "list --simple-output" should be quiet when there are no packages to listSimon Marlow2007-12-121-2/+2
* Change the command-line semantics for query commandsSimon Marlow2007-11-161-19/+44
* Disallow installing packages whose names differ in case only.Simon Marlow2007-11-161-4/+12
* FIX #1596 (remove deprecated --define-name)Simon Marlow2007-11-141-139/+14
* FIX #1837: remove deprecated support for unversioned dependencies (do not merge)Simon Marlow2007-11-141-36/+1
* FIX 1463 (implement 'ghc-pkg find-module')claus.reinke@talk21.com2007-11-091-6/+14
* remove --define-name from the --help usage message (#1596)Simon Marlow2007-11-141-4/+8
* FIX #1837: emit deprecated message for unversioned dependenciesSimon Marlow2007-11-141-3/+11
* Use INSTALL_SCRIPT, not INSTALL_PROGRAM, when installing scripts; fixes #1858Ian Lynagh2007-11-101-3/+3
* update to use latest changes to the GHC API (works much quicker now)Simon Marlow2007-11-061-34/+40
* Various improvementsSimon Marlow2007-11-051-89/+83
* build ghctags-inplaceSimon Marlow2007-11-051-3/+50
* catch up with changes to checkModuleSimon Marlow2007-11-051-1/+1
* reorder the importsSimon Marlow2007-06-251-10/+12
* follow changes in HsRecFieldsSimon Marlow2007-06-251-3/+3