monoidmap-internal 0.0.0.0 → 0.0.0.1
raw patch · 3 files changed
+8/−4 lines, 3 filesdep ~QuickCheck
Dependency ranges changed: QuickCheck
Files
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.0.1++- Revised version bounds of dependencies.+ # 0.0.0.0 - Initial release.
components/monoidmap-test/Test/Common.hs view
@@ -71,7 +71,7 @@ , Function (..) , Property , Testable- , arbitrarySizedIntegral+ , arbitrarySizedNatural , checkCoverage , coarbitraryIntegral , coarbitraryShow@@ -112,7 +112,7 @@ function = functionMap MonoidMap.toMap MonoidMap.fromMap instance Arbitrary Natural where- arbitrary = arbitrarySizedIntegral+ arbitrary = arbitrarySizedNatural shrink = shrinkIntegral instance CoArbitrary Natural where
monoidmap-internal.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: monoidmap-internal-version: 0.0.0.0+version: 0.0.0.1 bug-reports: https://github.com/jonathanknowles/monoidmap-internal/issues license: Apache-2.0 license-file: LICENSE@@ -32,7 +32,7 @@ common dependency-pretty-show build-depends:pretty-show >= 1.10 && < 1.11 common dependency-QuickCheck- build-depends:QuickCheck >= 2.14.2 && < 2.16+ build-depends:QuickCheck >= 2.14.2 && < 2.17 common dependency-quickcheck-classes build-depends:quickcheck-classes >= 0.6.5.0 && < 0.7 common dependency-quickcheck-groups