[commit: packages/array] master: Bump version to 0.5.1.1 and update changelog (6026ba0)
git at git.haskell.org
git at git.haskell.org
Sun Apr 17 09:06:52 UTC 2016
Repository : ssh://git@git.haskell.org/array
On branch : master
Link : http://git.haskell.org/packages/array.git/commitdiff/6026ba0e6e94e5199e6c678a8e2110ed43fc1a50
>---------------------------------------------------------------
commit 6026ba0e6e94e5199e6c678a8e2110ed43fc1a50
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Apr 17 11:08:15 2016 +0200
Bump version to 0.5.1.1 and update changelog
>---------------------------------------------------------------
6026ba0e6e94e5199e6c678a8e2110ed43fc1a50
array.cabal | 2 +-
changelog.md | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/array.cabal b/array.cabal
index 566a11c..d5dd036 100644
--- a/array.cabal
+++ b/array.cabal
@@ -1,5 +1,5 @@
name: array
-version: 0.5.1.0
+version: 0.5.1.1
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
diff --git a/changelog.md b/changelog.md
index 1134a32..a0c41eb 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,11 @@
# Changelog for [`array` package](http://hackage.haskell.org/package/array)
+## 0.5.1.1 *Apr 2016*
+
+ * Bundled with GHC 8.0.1
+ * Use `@since` syntax in Haddock comments
+ * Don't needlessly call `bounds` in `Data.Array.Base.elems` (#10014)
+
## 0.5.1.0 *Mar 2015*
* Bundled with GHC 7.10.1
More information about the ghc-commits
mailing list