primitive-extras 0.10.1.1 → 0.10.1.2
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
@@ -1,5 +1,5 @@ name: primitive-extras-version: 0.10.1.1+version: 0.10.1.2 category: Primitive synopsis: Extras for the "primitive" library homepage: https://github.com/metrix-ai/primitive-extras@@ -34,7 +34,7 @@ PrimitiveExtras.FoldMs build-depends: base >=4.7 && <5,- bytestring >=0.10 && <0.11,+ bytestring >=0.10 && <0.12, cereal >=0.5.5 && <0.6, deferred-folds >=0.9 && <0.10, focus >=1 && <1.1,