[commit: packages/array] master: Update changelog and bump version to 0.5.1.2 (b8a8d09)
git at git.haskell.org
git at git.haskell.org
Thu Dec 15 23:50:38 UTC 2016
Repository : ssh://git@git.haskell.org/array
On branch : master
Link : http://git.haskell.org/packages/array.git/commitdiff/b8a8d09ddc20a9c9d99bd03b136718b543edb877
>---------------------------------------------------------------
commit b8a8d09ddc20a9c9d99bd03b136718b543edb877
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Dec 15 15:29:16 2016 -0500
Update changelog and bump version to 0.5.1.2
>---------------------------------------------------------------
b8a8d09ddc20a9c9d99bd03b136718b543edb877
array.cabal | 2 +-
changelog.md | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/array.cabal b/array.cabal
index 91343e1..f52e562 100644
--- a/array.cabal
+++ b/array.cabal
@@ -1,5 +1,5 @@
name: array
-version: 0.5.1.1
+version: 0.5.1.2
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
diff --git a/changelog.md b/changelog.md
index a0c41eb..8421c23 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,10 @@
# Changelog for [`array` package](http://hackage.haskell.org/package/array)
+## 0.5.1.2 *TBD*
+
+ * Bundled with GHC 8.2.1
+ * Overflow check in `unsafeNewArray`
+
## 0.5.1.1 *Apr 2016*
* Bundled with GHC 8.0.1
More information about the ghc-commits
mailing list