[commit: packages/containers] cleaned_bugfix394, master, revert-408-bugfix_394: Update changelog and version (eeb3921)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:47:31 UTC 2017


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

On branches: cleaned_bugfix394,master,revert-408-bugfix_394
Link       : http://git.haskell.org/packages/containers.git/commitdiff/eeb3921a1b9ef9c31cb83c6136940bab64ed0150

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

commit eeb3921a1b9ef9c31cb83c6136940bab64ed0150
Author: David Feuer <David.Feuer at gmail.com>
Date:   Mon Feb 6 16:36:25 2017 -0500

    Update changelog and version
    
    I realized we need a new minor version because we've added
    an instance. Whoops! Fix up the changelog some more.


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

eeb3921a1b9ef9c31cb83c6136940bab64ed0150
 changelog.md     | 11 ++++++++---
 containers.cabal |  2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/changelog.md b/changelog.md
index 039f127..fa9abbb 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,14 +1,19 @@
 # Changelog for [`containers` package](http://github.com/haskell/containers)
 
-## 0.5.9.2
+## 0.5.10.1
 
 * Planned for GHC 8.2.
 
 * Fix completely incorrect implementations of `Data.IntMap.restrictKeys` and
-  `Data.IntMap.withoutKeys`. Make the tests for these actually run.
+  `Data.IntMap.withoutKeys`. Make the tests for these actually run. (Thanks
+  to Tom Smalley for reporting this.)
   
 * Fix a minor bug in the `Show1` instance of `Data.Tree`. This produced valid
-  output, but with fewer parentheses than `Show`.
+  output, but with fewer parentheses than `Show`. (Thanks, Ryan Scott.)
+
+* Add `MonadZip` instance for `Data.Sequence`.
+
+* Remove meaningless stability annotations (Thanks, Simon Jakobi.)
 
 ## 0.5.9.1
 
diff --git a/containers.cabal b/containers.cabal
index e25dfa5..e5571c2 100644
--- a/containers.cabal
+++ b/containers.cabal
@@ -1,5 +1,5 @@
 name: containers
-version: 0.5.9.2
+version: 0.5.10.1
 license: BSD3
 license-file: LICENSE
 maintainer: libraries at haskell.org



More information about the ghc-commits mailing list