mutable-containers 0.3.2 → 0.3.2.1
raw patch · 3 files changed
+6/−2 lines, 3 files
Files
- ChangeLog.md +4/−0
- bench/deque.hs +1/−1
- mutable-containers.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.3.2.1++* Fix benchmark+ ## 0.3.2 * Export IOPRef, IOSRef, IOBRef [#5](https://github.com/fpco/mutable-containers/pull/5)
bench/deque.hs view
@@ -35,5 +35,5 @@ , test "UDeque" asUDeque , test "SDeque" asSDeque , test "BDeque" asBDeque- , test "DList" asDList+ , test "DLList" asDLList ]
mutable-containers.cabal view
@@ -1,5 +1,5 @@ name: mutable-containers-version: 0.3.2+version: 0.3.2.1 synopsis: Abstactions and concrete implementations of mutable containers description: See docs and README at <http://www.stackage.org/package/mutable-containers> homepage: https://github.com/fpco/mutable-containers