genvalidity 0.10.0.1 → 0.10.0.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- genvalidity.cabal +4/−4
genvalidity.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 92201210df714c4a22ab737e271cd27152fd5f43b5b83d4a0c0006a3b860b55c+-- hash: 80513e8153ba436dea2585e9c58009687ae95e2cfa57f1e8b341c3d103fd2e85 name: genvalidity-version: 0.10.0.1+version: 0.10.0.2 synopsis: Testing utilities for the validity library description: Note: There are companion instance packages for this library: .@@ -55,7 +55,7 @@ src build-depends: QuickCheck >=2.7- , base >=4.7 && <5+ , base >=4.10 && <5 , random , validity >=0.9 if impl(ghc >=8.0.0)@@ -76,7 +76,7 @@ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: QuickCheck- , base >=4.7 && <5+ , base >=4.10 && <5 , genvalidity , hspec , hspec-core