[commit: packages/containers] merge-fixes-5.9: Merge bug fixes from master (5741caf)

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


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

On branch  : merge-fixes-5.9
Link       : http://git.haskell.org/packages/containers.git/commitdiff/5741cafa295a44e3046e0956790f6e54fcb0ef9b

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

commit 5741cafa295a44e3046e0956790f6e54fcb0ef9b
Author: David Feuer <David.Feuer at gmail.com>
Date:   Mon Feb 6 18:52:30 2017 -0500

    Merge bug fixes from master


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

5741cafa295a44e3046e0956790f6e54fcb0ef9b
 changelog.md     | 11 +++++++++--
 containers.cabal |  2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/changelog.md b/changelog.md
index fdbc6fb..5646720 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,15 @@
 # Changelog for [`containers` package](http://github.com/haskell/containers)
 
-## 0.5.9.1
+## 0.5.9.2
+
+* Fix completely broken implementations of `restrictKeys` and `withoutKeys`
+in `Data.IntMap`.
+
+* Fix minor bug in `Show1` instance for `Data.Tree`.
 
-* Planned for GHC 8.2.
+* Fix broken documentation links.
+
+## 0.5.9.1
 
 * Add `merge` and `mergeA` for `Data.IntMap`.
 
diff --git a/containers.cabal b/containers.cabal
index 71e6cd5..e25dfa5 100644
--- a/containers.cabal
+++ b/containers.cabal
@@ -1,5 +1,5 @@
 name: containers
-version: 0.5.9.1
+version: 0.5.9.2
 license: BSD3
 license-file: LICENSE
 maintainer: libraries at haskell.org



More information about the ghc-commits mailing list