[commit: packages/hpc] master: Bump `base` constraint (79eaff2)
git at git.haskell.org
git at git.haskell.org
Tue Sep 9 15:12:07 UTC 2014
Repository : ssh://git@git.haskell.org/hpc
On branch : master
Link : http://git.haskell.org/packages/hpc.git/commitdiff/79eaff2567872279fd916e52f0c39de5e6370b59
>---------------------------------------------------------------
commit 79eaff2567872279fd916e52f0c39de5e6370b59
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Sep 9 17:10:44 2014 +0200
Bump `base` constraint
>---------------------------------------------------------------
79eaff2567872279fd916e52f0c39de5e6370b59
changelog.md | 4 ++++
hpc.cabal | 11 +++--------
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/changelog.md b/changelog.md
index 65446bc..1bd2a96 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
# Changelog for [`hpc` package](http://hackage.haskell.org/package/hpc)
+## 0.6.0.2 *TBA*
+
+ * Bundled with GHC 7.10.1
+
## 0.6.0.1 *Mar 2014*
* Bundled with GHC 7.8.1
diff --git a/hpc.cabal b/hpc.cabal
index 42e4d3b..0ea97db 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -1,6 +1,6 @@
name: hpc
-version: 0.6.0.1
--- GHC 7.6.1 released with 0.6.0.0
+version: 0.6.0.2
+-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
author: Andy Gill
@@ -24,11 +24,6 @@ source-repository head
type: git
location: http://git.haskell.org/packages/hpc.git
-source-repository this
- type: git
- location: http://git.haskell.org/packages/hpc.git
- tag: hpc-0.6.0.1-release
-
Library
default-language: Haskell98
other-extensions: CPP
@@ -40,7 +35,7 @@ Library
Trace.Hpc.Reflect
Build-Depends:
- base >= 4.4.1 && < 4.8,
+ base >= 4.4.1 && < 4.9,
containers >= 0.4.1 && < 0.6,
directory >= 1.1 && < 1.3,
time >= 1.2 && < 1.5
More information about the ghc-commits
mailing list