packages feed

ptr-poker 0.1.2.15 → 0.1.2.16

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~isomorphism-classPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: isomorphism-class

API changes (from Hackage documentation)

Files

ptr-poker.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: ptr-poker-version: 0.1.2.15+version: 0.1.2.16 synopsis: Pointer poking action construction and composition toolkit description:   Abstraction over memory writes. Efficiently building strict bytestrings is one usecase for it.@@ -97,7 +97,7 @@   main-is: Main.hs   build-depends:     hedgehog >=1.2 && <2,-    isomorphism-class >=0.2.1.1 && <0.3,+    isomorphism-class >=0.1 && <0.4,     numeric-limits >=0.1 && <0.2,     ptr-poker,     rerebase >=1.16.1 && <2,