[commit: packages/hpc] master: Patch-level increment to 0.6.0.3 (7cead32)
git at git.haskell.org
git at git.haskell.org
Mon Dec 28 09:40:38 UTC 2015
Repository : ssh://git@git.haskell.org/hpc
On branch : master
Link : http://git.haskell.org/packages/hpc.git/commitdiff/7cead32fc1f9929d69861d1b09e710bd6d374363
>---------------------------------------------------------------
commit 7cead32fc1f9929d69861d1b09e710bd6d374363
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Dec 28 10:41:17 2015 +0100
Patch-level increment to 0.6.0.3
>---------------------------------------------------------------
7cead32fc1f9929d69861d1b09e710bd6d374363
changelog.md | 4 +++-
hpc.cabal | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/changelog.md b/changelog.md
index 6312fa8..3659b30 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,8 @@
# Changelog for [`hpc` package](http://hackage.haskell.org/package/hpc)
-## 0.6.0.3 *Unreleased*
+## 0.6.0.3 *Jan 2016*
+
+ * Bundled with GHC 8.0.1
* Improved error messages (#10529)
diff --git a/hpc.cabal b/hpc.cabal
index b6ca16a..240b5d6 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -1,5 +1,5 @@
name: hpc
-version: 0.6.0.2
+version: 0.6.0.3
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
@@ -10,7 +10,7 @@ category: Control
synopsis: Code Coverage Library for Haskell
build-type: Simple
cabal-version:>=1.10
-tested-with: GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2
+tested-with: GHC==7.10.*, GHC==7.8.*, GHC==7.6.*, GHC==7.4.*, GHC==7.2.2
description:
This package provides the code coverage library for Haskell.
.
More information about the ghc-commits
mailing list