Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base: Bump version to 4.10.0.0 | Ben Gamari | 2016-12-15 | 1 | -1/+1 |
| | | | | Updates a number of submodules. | ||||
* | Build system: cleanup a few .cabal files | Thomas Miedema | 2015-10-30 | 1 | -20/+7 |
| | |||||
* | hpc: use System.FilePath.(</>) instead of (++) | Thomas Miedema | 2015-03-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Summary: BAD: "." ++ "/" ++ "/absolute/path" == ".//absolute/path" GOOD: "." </> "/absolute/path" == "/absolute path" Also replace `++ ".ext"` with `<.> "ext"`. Although it doesn't fix any bugs in this instance, it might in some other. As a general rule it's better not to use (++) on FilePaths. Reviewed By: austin, hvr Differential Revision: https://phabricator.haskell.org/D703 GHC Trac Issues: #10138 | ||||
* | Drop default-extensions:CPP in hpc-bin.cabal | Herbert Valerio Riedel | 2014-05-15 | 1 | -1/+0 |
| | | | | | | | The utils/hpc/*.hs code doesn't use any CPP statements anyway, so this extensions was redundantly enabled to begin with. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> | ||||
* | Set cabal files to default-language:Haskell2010 | Herbert Valerio Riedel | 2014-05-14 | 1 | -2/+3 |
| | | | | | | | This is a first step towards eliminating `default-extensions` in favour of per-file declared `{-# LANGUAGE ... #-}` pragmas. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> | ||||
* | Relax build-deps to allow upcoming `array-0.5.0.0` | Herbert Valerio Riedel | 2013-10-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> | ||||
* | "hpc version" now shows the version number from the .cabal file | Ian Lynagh | 2012-11-23 | 1 | -0/+1 |
| | |||||
* | Fix some dependencies | Ian Lynagh | 2012-10-14 | 1 | -1/+1 |
| | |||||
* | Use Cabal to build hpc-bin | Ian Lynagh | 2012-10-14 | 1 | -0/+9 |
| | |||||
* | Update dependency on directory. | Paolo Capriotti | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | Update dependencies. | Paolo Capriotti | 2012-07-19 | 1 | -3/+3 |
| | |||||
* | Update dependencies | Ian Lynagh | 2008-09-20 | 1 | -2/+2 |
| | |||||
* | Re-merge concurrent,timeout,unique,st,getopt into base | Ian Lynagh | 2008-09-03 | 1 | -2/+0 |
| | |||||
* | Get everything building with base 4 in the HEAD | Ian Lynagh | 2008-08-25 | 1 | -4/+14 |
| | | | | Some things were using the base3 compat library. | ||||
* | Explicitly list HpcParser as a module in hpc-bin | Ian Lynagh | 2008-07-18 | 1 | -0/+1 |
| | | | | Cabal doesn't preprocess the .y file otherwise. | ||||
* | Build hpc with Cabal | Ian Lynagh | 2008-07-18 | 1 | -0/+30 |