general-allocate 0.2.1.3 → 0.2.1.4
raw patch · 2 files changed
+6/−2 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
- general-allocate.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for general-allocate +## 0.2.1.4 -- 2023-03-01++* Allow older `primitive`+ ## 0.2.1.3 -- 2023-03-01 * Fix build with GHC 8.10
general-allocate.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: general-allocate-version: 0.2.1.3+version: 0.2.1.4 license: Apache-2.0 license-file: LICENSE author: Shea Levy@@ -51,7 +51,7 @@ , base ^>= { 4.14, 4.16, 4.17 } , containers ^>= { 0.6 } , mtl ^>= { 2.2, 2.3 }- , primitive ^>= { 0.8 }+ , primitive ^>= { 0.7, 0.8 } , resourcet ^>= { 1.3 } , safe-exceptions ^>= { 0.1 } , transformers ^>= { 0.5, 0.6 }