ptr 0.16.8.6 → 0.16.8.7
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~tasty-quickcheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty-quickcheck
API changes (from Hackage documentation)
Files
- ptr.cabal +3/−3
ptr.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: ptr-version: 0.16.8.6+version: 0.16.8.7 category: Ptr, Data synopsis: Experimental abstractions for operations on pointers description:@@ -16,7 +16,7 @@ source-repository head type: git- location: git://github.com/nikita-volkov/ptr.git+ location: https://github.com/nikita-volkov/ptr library hs-source-dirs: library@@ -148,7 +148,7 @@ , rerebase <2 , tasty >=0.12 && <2 , tasty-hunit >=0.9 && <0.11- , tasty-quickcheck >=0.9 && <0.11+ , tasty-quickcheck >=0.9 && <0.12 benchmark bench type: exitcode-stdio-1.0