ptr 0.16.8.5 → 0.16.8.6
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
- ptr.cabal +2/−2
ptr.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: ptr-version: 0.16.8.5+version: 0.16.8.6 category: Ptr, Data synopsis: Experimental abstractions for operations on pointers description:@@ -85,7 +85,7 @@ build-depends: , base >=4.11 && <5- , bytestring >=0.10 && <0.12+ , bytestring >=0.10 && <0.13 , contravariant >=1.3 && <2 , profunctors >=5.1 && <6 , strict-list >=0.1.5 && <0.2