packages feed

primitive-extras 0.10.1.4 → 0.10.1.5

raw patch · 2 files changed

+2/−4 lines, 2 filesdep ~vectorsetup-changedPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: vector

API changes (from Hackage documentation)

Files

− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
primitive-extras.cabal view
@@ -1,5 +1,5 @@ name: primitive-extras-version: 0.10.1.4+version: 0.10.1.5 category: Primitive synopsis: Extras for the "primitive" library homepage: https://github.com/metrix-ai/primitive-extras@@ -43,7 +43,7 @@     primitive >=0.7 && <0.8,     primitive-unlifted >=0.1.3.1 && <0.2,     profunctors >=5 && <6,-    vector >=0.12 && <0.13+    vector >=0.12 && <0.14  test-suite test   type: exitcode-stdio-1.0