mutable-containers 0.3.1 → 0.3.2
raw patch · 3 files changed
+8/−1 lines, 3 files
Files
- ChangeLog.md +4/−0
- Data/Mutable.hs +3/−0
- mutable-containers.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.3.2++* Export IOPRef, IOSRef, IOBRef [#5](https://github.com/fpco/mutable-containers/pull/5)+ ## 0.3.1 * Export IOURef [#4](https://github.com/fpco/mutable-containers/pull/4)
Data/Mutable.hs view
@@ -6,13 +6,16 @@ ( -- * Data types -- ** Single-cell mutable references PRef+ , IOPRef , asPRef , URef , IOURef , asURef , SRef+ , IOSRef , asSRef , BRef+ , IOBRef , asBRef -- *** Standard re-exports , IORef
mutable-containers.cabal view
@@ -1,5 +1,5 @@ name: mutable-containers-version: 0.3.1+version: 0.3.2 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