summaryrefslogtreecommitdiff
path: root/utils/hpc
Commit message (Expand)AuthorAgeFilesLines
* Fix more typosBrian Wignall2019-12-021-1/+1
* hpc: Fix encoding issues. Add test for and fix #17073Alexey Kuleshevich2019-11-193-33/+11
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-4/+4
* containers: Bump to 0.6.0.1Ben Gamari2018-06-201-1/+1
* Revert "containers: Bump to 0.6.0.1"Ben Gamari2018-06-191-1/+1
* containers: Bump to 0.6.0.1Ben Gamari2018-06-191-1/+1
* Add missing Semigroup instances in utils/{hpc,runghc}Herbert Valerio Riedel2017-08-311-4/+5
* Typos in comments [ci skip]Gabor Greif2017-07-061-1/+1
* hpc: Output a legend at the top of output filesSantiago Munin2017-05-041-0/+7
* base: Bump version to 4.10.0.0Ben Gamari2016-12-151-1/+1
* Build system: cleanup a few .cabal filesThomas Miedema2015-10-301-20/+7
* hpc: use `takeDirectory` instead of `dropWhileEnd (/= '/')`Thomas Miedema2015-09-121-4/+1
* Replace usages of `-w` by `-fno-warn`sThomas Miedema2015-07-041-16/+0
* Typos in error messages and in commentsGabor Greif2015-04-101-1/+1
* hpc: use System.FilePath.(</>) instead of (++)Thomas Miedema2015-03-174-6/+10
* Add configurable verbosity level to hpcYuras Shumovich2015-02-177-3/+32
* Fix comment about dropWhileEndLEJoachim Breitner2014-11-011-1/+1
* Use dropWhileEndLE p instead of reverse . dropWhile p . reverseDavid Feuer2014-10-022-6/+23
* Revert "Use dropWhileEndLE p instead of reverse . dropWhile p . reverse"Austin Seipp2014-10-022-23/+6
* Use dropWhileEndLE p instead of reverse . dropWhile p . reverseDavid Feuer2014-10-012-6/+23
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-211-1/+0
* Drop default-extensions:CPP in hpc-bin.cabalHerbert Valerio Riedel2014-05-151-1/+0
* Set cabal files to default-language:Haskell2010Herbert Valerio Riedel2014-05-141-2/+3
* Fix installation of hpc (#8735)Austin Seipp2014-02-172-0/+5
* Relax build-deps to allow upcoming `array-0.5.0.0`Herbert Valerio Riedel2013-10-111-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-013-5/+5
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-1/+1
* Add a --reset-hpcdirs flag to hpcIan Lynagh2012-11-236-6/+17
* de-tab hpcIan Lynagh2012-11-238-335/+335
* "hpc version" now shows the version number from the .cabal fileIan Lynagh2012-11-232-2/+5
* Fix some dependenciesIan Lynagh2012-10-141-1/+1
* Use Cabal to build hpc-binIan Lynagh2012-10-142-4/+11
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-3/+4
* Update dependency on directory.Paolo Capriotti2012-09-091-1/+1
* Update dependencies.Paolo Capriotti2012-07-191-3/+3
* Write locale character encoding to hpc html report (#5006)Bas van Dijk2012-07-161-3/+19
* Follow the removal of the Show superclass of NumIan Lynagh2011-10-121-1/+1
* Make builds that use stage1 use "dist-install" consistently. ThisSimon Marlow2011-05-281-5/+5
* Replace uses of the old catch function with the new oneIan Lynagh2010-12-181-6/+6
* Remove redundant HpcMap and HpcSet wrappers around Data.{Map,Set}Ian Lynagh2010-12-1611-83/+12
* __GLASGOW_HASKELL__ >= 604 is now always trueIan Lynagh2010-12-151-2/+0
* add some {-# LANGUAGE BangPatterns #-} to mollify GHCSimon Marlow2010-11-171-0/+1
* Fix build following haskell98 and -fglasgow-exts changesIan Lynagh2010-10-061-1/+1
* Work around missing type signature in Happysimonpj@microsoft.com2010-07-301-1/+9
* Fix HPC column numbers, following the column number changes in GHCIan Lynagh2009-12-031-2/+2
* Whitespace onlyIan Lynagh2009-12-031-189/+189
* Tweak layout to work with alternative layout ruleIan Lynagh2009-11-291-1/+1
* Fix unused import warningsIan Lynagh2009-07-071-1/+0
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-1/+1
* Put "%expect 0" directives in the .y filesIan Lynagh2009-06-081-0/+1