run-st 0.1.0.0 → 0.1.1.0
raw patch · 2 files changed
+5/−1 lines, 2 filesdep ~primitivePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: primitive
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- run-st.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for run-st +## 0.1.1.0 -- 2020-01-16++* Add support for a lot more types.+ ## 0.1.0.0 -- 2019-06-21 * First version. Includes support for all types from `primitive`.
run-st.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: run-st-version: 0.1.0.0+version: 0.1.1.0 synopsis: runST without boxing penalty description: This package provides specializations of `runST` that avoid a needless