[commit: packages/array] master: Bump minor version to 0.5.1.0 (c585b1f)
git at git.haskell.org
git at git.haskell.org
Tue Mar 10 08:49:17 UTC 2015
Repository : ssh://git@git.haskell.org/array
On branch : master
Link : http://git.haskell.org/packages/array.git/commitdiff/c585b1f1ef2a65327a6b8d56150c1f951ef375fb
>---------------------------------------------------------------
commit c585b1f1ef2a65327a6b8d56150c1f951ef375fb
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Mar 10 09:32:56 2015 +0100
Bump minor version to 0.5.1.0
This way the type-role addition in
4baaf0b6d1e7498f529e41eaa3a065cfa84b078c becomes be detectable via
`MIN_VERSION_array()`
>---------------------------------------------------------------
c585b1f1ef2a65327a6b8d56150c1f951ef375fb
array.cabal | 2 +-
changelog.md | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/array.cabal b/array.cabal
index c6b732d..cd9215e 100644
--- a/array.cabal
+++ b/array.cabal
@@ -1,5 +1,5 @@
name: array
-version: 0.5.0.1
+version: 0.5.1.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
diff --git a/changelog.md b/changelog.md
index 5a04388..1134a32 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,9 @@
# Changelog for [`array` package](http://hackage.haskell.org/package/array)
-## 0.5.0.1 *TBA*
+## 0.5.1.0 *Mar 2015*
* Bundled with GHC 7.10.1
+ * Add role annotations for GHC >= 7.8 (#9220)
## 0.5.0.0 *Nov 2013*
More information about the ghc-commits
mailing list