chell-quickcheck 0.2.5.2 → 0.2.5.3
raw patch · 2 files changed
+12/−7 lines, 2 filesdep ~QuickCheckdep ~basedep ~randomPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, base, random
API changes (from Hackage documentation)
Files
- changelog.md +5/−0
- chell-quickcheck.cabal +7/−7
changelog.md view
@@ -1,5 +1,10 @@ # Release history for `chell-quickcheck` +0.2.5.3 - 2021 Jan 14++ * Support up to GHC 9.2+ * Tighten various version bounds+ 0.2.5.2 - 2019 Feb 16 * Add support for `QuickCheck` 2.12
chell-quickcheck.cabal view
@@ -1,5 +1,7 @@+cabal-version: 3.0+ name: chell-quickcheck-version: 0.2.5.2+version: 0.2.5.3 synopsis: QuickCheck support for the Chell testing library category: Testing@@ -9,7 +11,6 @@ author: John Millikin <john@john-millikin.com> maintainer: Chris Martin, Julie Moronuki build-type: Simple-cabal-version: >= 1.6 homepage: https://github.com/typeclasses/chell bug-reports: https://github.com/typeclasses/chell/issues@@ -17,8 +18,6 @@ description: QuickCheck support for the <https://hackage.haskell.org/package/chell Chell> testing library. -tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.3- extra-source-files: changelog.md @@ -27,13 +26,14 @@ location: https://github.com/typeclasses/chell.git library+ default-language: Haskell2010 ghc-options: -Wall build-depends:- base >= 4.0 && < 5.0+ base >= 4.10 && < 4.17 , chell >= 0.3 && < 0.6- , QuickCheck >= 2.3 && < 2.13- , random+ , QuickCheck >= 2.7 && < 2.15+ , random >= 1.1 && < 1.3 exposed-modules: Test.Chell.QuickCheck