| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #2062: foldr1 problem in hpc tool | andy@galois.com | 2008-01-26 | 2 | -16/+20 |
* | FIX #1750: in isBrokenPackage, don't loop if the deps are recursive | Simon Marlow | 2008-01-23 | 1 | -3/+8 |
* | This goes with the patch for #1839, #1463 | Simon Marlow | 2008-01-22 | 1 | -0/+4 |
* | FIX #1839, #1463, by supporting ghc-pkg bulk queries with substring matching | claus.reinke@talk21.com | 2008-01-21 | 2 | -45/+117 |
* | Tweak runghc | Ian Lynagh | 2008-01-20 | 1 | -19/+11 |
* | Add GMP_INCLUDE_DIRS in a couple of places | Ian Lynagh | 2008-01-12 | 1 | -1/+9 |
* | always try to remove the new file before restoring the old one (#1963) | Simon Marlow | 2007-12-14 | 1 | -7/+6 |
* | FIX #1963: catch Ctrl-C and clean up properly | Simon Marlow | 2007-12-13 | 2 | -20/+65 |
* | "list --simple-output" should be quiet when there are no packages to list | Simon Marlow | 2007-12-12 | 1 | -2/+2 |
* | Change the command-line semantics for query commands | Simon Marlow | 2007-11-16 | 1 | -19/+44 |
* | Disallow installing packages whose names differ in case only. | Simon Marlow | 2007-11-16 | 1 | -4/+12 |
* | FIX #1596 (remove deprecated --define-name) | Simon Marlow | 2007-11-14 | 1 | -139/+14 |
* | FIX #1837: remove deprecated support for unversioned dependencies (do not merge) | Simon Marlow | 2007-11-14 | 1 | -36/+1 |
* | FIX 1463 (implement 'ghc-pkg find-module') | claus.reinke@talk21.com | 2007-11-09 | 1 | -6/+14 |
* | remove --define-name from the --help usage message (#1596) | Simon Marlow | 2007-11-14 | 1 | -4/+8 |
* | FIX #1837: emit deprecated message for unversioned dependencies | Simon Marlow | 2007-11-14 | 1 | -3/+11 |
* | Use INSTALL_SCRIPT, not INSTALL_PROGRAM, when installing scripts; fixes #1858 | Ian Lynagh | 2007-11-10 | 1 | -3/+3 |
* | update to use latest changes to the GHC API (works much quicker now) | Simon Marlow | 2007-11-06 | 1 | -34/+40 |
* | Various improvements | Simon Marlow | 2007-11-05 | 1 | -89/+83 |
* | build ghctags-inplace | Simon Marlow | 2007-11-05 | 1 | -3/+50 |
* | catch up with changes to checkModule | Simon Marlow | 2007-11-05 | 1 | -1/+1 |
* | reorder the imports | Simon Marlow | 2007-06-25 | 1 | -10/+12 |
* | follow changes in HsRecFields | Simon Marlow | 2007-06-25 | 1 | -3/+3 |
* | merged patches relating to GhcTags from #946 | Simon Marlow | 2007-06-25 | 1 | -108/+152 |
* | new README file for utils/ghctags | nr@eecs.harvard.edu | 2006-10-13 | 1 | -0/+13 |
* | proper HC entry for bootstrapping in Makefile | Norman Ramsey | 2006-09-20 | 1 | -1/+1 |
* | first cut at missing case for ids defined in pattern | Norman Ramsey | 2006-09-20 | 1 | -7/+32 |
* | change representation of FoundThing | Norman Ramsey | 2006-09-17 | 1 | -45/+34 |
* | get names of data constructors | Norman Ramsey | 2006-09-17 | 1 | -1/+5 |
* | do notation for the Maybe monad | Norman Ramsey | 2006-09-17 | 1 | -6/+4 |
* | load all files at once and compute tags for all | Norman Ramsey | 2006-09-17 | 1 | -23/+24 |
* | tell GHC not to generate code (thanks Simon M) | Norman Ramsey | 2006-09-17 | 1 | -1/+2 |
* | cover more cases; take GHC options on command line | Norman Ramsey | 2006-09-16 | 1 | -46/+34 |
* | initial, very incomplete tags generator | Norman Ramsey | 2006-09-15 | 2 | -0/+270 |
* | Teach ghc-pkg about $httptopdir | Ian Lynagh | 2007-10-29 | 1 | -6/+11 |
* | default to installing runhaskell and hsc2hs again, but provide knobs to turn ... | Simon Marlow | 2007-10-25 | 2 | -2/+20 |
* | Fixing typo in runtime documentation for hpc, push to stable | andy@unsafeperformio.com | 2007-10-25 | 2 | -2/+2 |
* | Improving the combine mode for hpc | andy@galois.com | 2007-10-14 | 3 | -45/+146 |
* | distclean: ghcprof-inplace | Simon Marlow | 2007-09-14 | 1 | -0/+2 |
* | Add a --names-only flag for list --simple-output | Ian Lynagh | 2007-09-07 | 1 | -2/+7 |
* | Removed install-dirs target, it is unnecessary and leads to stray empty direc... | sven.panne@aedion.de | 2007-09-09 | 1 | -0/+1 |
* | Fixing Hpc's Finite Map compat lib for ghc 6.2.1 | andy@galois.com | 2007-09-08 | 1 | -0/+2 |
* | updating hpc toolkit | andy@galois.com | 2007-09-08 | 11 | -44/+167 |
* | Fixing hpc to allow use of hash function to seperate source files on source path | andy@galois.com | 2007-09-07 | 6 | -16/+18 |
* | Remove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM | Ian Lynagh | 2007-09-06 | 2 | -10/+2 |
* | Add an OPTIONS -w pragma to utils/genprimopcode/Lexer.xx | Ian Lynagh | 2007-09-05 | 1 | -0/+7 |
* | Fix CodingStyle#Warnings URLs | Ian Lynagh | 2007-09-04 | 3 | -3/+3 |
* | Use OPTIONS rather than OPTIONS_GHC for pragmas | Ian Lynagh | 2007-09-03 | 3 | -6/+6 |
* | Fix warnings in ghc-pkg on Windows | Ian Lynagh | 2007-09-02 | 1 | -0/+3 |
* | Fix and supress some warnings, and turn on -Werror when validating | Ian Lynagh | 2007-09-02 | 3 | -0/+20 |