[commit: packages/array] master: Bump version to 0.5.3 and update changelog (8af2f62)

git at git.haskell.org git at git.haskell.org
Thu Oct 4 16:44:12 UTC 2018


Repository : ssh://git@git.haskell.org/array

On branch  : master
Link       : http://git.haskell.org/packages/array.git/commitdiff/8af2f620077c4bb67ec06ea0a0afede266e84b4d

>---------------------------------------------------------------

commit 8af2f620077c4bb67ec06ea0a0afede266e84b4d
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Oct 4 11:04:47 2018 -0400

    Bump version to 0.5.3 and update changelog


>---------------------------------------------------------------

8af2f620077c4bb67ec06ea0a0afede266e84b4d
 array.cabal  | 2 +-
 changelog.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/array.cabal b/array.cabal
index 928a7f6..b47538e 100644
--- a/array.cabal
+++ b/array.cabal
@@ -1,5 +1,5 @@
 name:          array
-version:       0.5.2.0
+version:       0.5.3.0
 -- NOTE: Don't forget to update ./changelog.md
 license:       BSD3
 license-file:  LICENSE
diff --git a/changelog.md b/changelog.md
index 1a480a4..8a3d149 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,8 @@
 # Changelog for [`array` package](http://hackage.haskell.org/package/array)
 
-## Next
+## 0.5.3.0  *Oct 2018*
 
-  * Bundled with GHC 8.6.1
+  * Bundled with GHC 8.6.2
   * Drop support for GHC versions prior to GHC 8.0
 
 ## 0.5.2.0  *Jul 2017*



More information about the ghc-commits mailing list