packages feed

chell-quickcheck 0.2.3 → 0.2.4

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~chellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: chell

API changes (from Hackage documentation)

Files

chell-quickcheck.cabal view
@@ -1,9 +1,9 @@ name: chell-quickcheck-version: 0.2.3+version: 0.2.4 license: MIT license-file: license.txt-author: John Millikin <jmillikin@gmail.com>-maintainer: John Millikin <jmillikin@gmail.com>+author: John Millikin <john@john-millikin.com>+maintainer: John Millikin <john@john-millikin.com> build-type: Simple cabal-version: >= 1.6 category: Testing@@ -19,7 +19,7 @@ source-repository this   type: git   location: https://john-millikin.com/code/chell-quickcheck/-  tag: chell-quickcheck_0.2.3+  tag: chell-quickcheck_0.2.4  library   hs-source-dirs: lib@@ -27,7 +27,7 @@    build-depends:       base >= 4.0 && < 5.0-    , chell >= 0.3 && < 0.4+    , chell >= 0.3 && < 0.5     , QuickCheck >= 2.3 && < 2.8     , random