packages feed

primitive-extras 0.7.1 → 0.7.1.1

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- PrimitiveExtras.PrimArray: traverse_ :: (Applicative f, Prim a) => a -> f b -> PrimArray a -> f ()
+ PrimitiveExtras.PrimArray: traverse_ :: (Applicative f, Prim a) => (a -> f b) -> PrimArray a -> f ()

Files

primitive-extras.cabal view
@@ -1,5 +1,5 @@ name: primitive-extras-version: 0.7.1+version: 0.7.1.1 category: Primitive synopsis: Extras for the "primitive" library homepage: https://github.com/metrix-ai/primitive-extras@@ -41,7 +41,7 @@     focus >=1 && <1.1,     foldl >=1 && <2,     list-t >=1.0.1 && <1.1,-    primitive >=0.6.4 && <0.7,+    primitive >=0.6.4 && <0.8,     profunctors >=5 && <6,     vector >=0.12 && <0.13