summaryrefslogtreecommitdiff
path: root/libraries/hpc
Commit message (Collapse)AuthorAgeFilesLines
...
* Update submodule hpc with fix for #10529Thomas Miedema2015-07-201-0/+0
|
* Update filepath/hpc/process submodulesHerbert Valerio Riedel2015-03-191-0/+0
| | | | | These updates these 3 submodules to their respective released tagged commits. No source-code changes are involved with this update.
* Update submodule hpc (includes fix for #9619)Thomas Miedema2015-03-111-0/+0
| | | | | | Reviewers: austin Differential Revision: https://phabricator.haskell.org/D704
* Cleanup test framework string formattingThomas Miedema2015-03-111-0/+0
| | | | | | | | | | | | * Use format strings instead of string concatenation. * Wrap `config.compiler`, `config.hpc` etc. in quotes in `mk/test.mk`, so we don't have to in .T scripts and driver/testlib.py. Update hpc submodule (test cleanup) Reviewers: austin Differential Revision: https://phabricator.haskell.org/D718
* Update hoopl and hpc submodulesHerbert Valerio Riedel2014-12-271-0/+0
| | | | | This removes compile warnings triggered by those modules due to redundant imports and/or due to tabs
* Add `--fwarn-trustworthy-safe` to `-Wall`David Terei2014-11-121-0/+0
| | | | | Update submodule haskell2010, haskell98, hoop, hpc and stm to fix new warnings.
* Make GHC `time-1.5`-readyHerbert Valerio Riedel2014-09-101-0/+0
| | | | | | | This also updates a few submodules to have their upper-bounds on `time` relaxed to allow `time-1.5`. The only package that can't be upgraded yet is `Cabal` due to API changes breaking `ghc-cabal`. This needs to be addressed in a future commit.
* Bump `base` version to 4.8.0.0 for realHerbert Valerio Riedel2014-09-091-0/+0
| | | | | | | | | | | | | | | | This commit updates several submodules in order to bump the upper bounds on `base` of most boot packages Moreover, this updates some of the test-suite cases which have version numbers hardcoded within. However, I'm not sure if this commit didn't introduce the following two test-failures ghc-api T8628 [bad stdout] (normal) ghc-api T8639_api [bad stdout] (normal) This needs investigation
* submodule update hpc/stm with gitignore.Edward Z. Yang2014-08-221-0/+0
| | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* Add testsuite-related .gitignore filesHerbert Valerio Riedel2014-06-271-0/+0
| | | | | | | | Also set `submodule.<name>.ignore=none` explicitly for the recently converted submodules, as those are not supposed to have untracked/unignored files lying around. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Convert loose sub-repos into proper submodules (re #8545)Herbert Valerio Riedel2014-06-251-0/+0
Specifically, the following sub-repos/modules are converted: - libffi-tarballs - libraries/array - libraries/deepseq - libraries/directory - libraries/dph - libraries/filepath - libraries/haskell2010 - libraries/haskell98 - libraries/hoopl - libraries/hpc - libraries/old-locale - libraries/old-time - libraries/parallel - libraries/process - libraries/stm - libraries/unix - nofib - utils/hsc2hs N.B. ghc-tarballs is not converted as it will probably be handled differently in the future. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>