primitive-extras 0.10.1.9 → 0.10.1.10
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- primitive-extras.cabal +2/−2
primitive-extras.cabal view
@@ -4,7 +4,7 @@ description: Raw collection of extra utiltilies for the "primitive" library. -version: 0.10.1.9+version: 0.10.1.10 category: Primitive homepage: https://github.com/metrix-ai/primitive-extras bug-reports: https://github.com/metrix-ai/primitive-extras/issues@@ -75,7 +75,7 @@ build-depends: , base >=4.7 && <5- , bytestring >=0.10 && <0.12+ , bytestring >=0.10 && <0.13 , cereal >=0.5.5 && <0.6 , deferred-folds >=0.9 && <0.10 , focus >=1 && <1.1