test-framework-quickcheck2 0.2.2 → 0.2.3
raw patch · 2 files changed
+5/−9 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- README.textile +0/−3
- test-framework-quickcheck2.cabal +5/−6
− README.textile
@@ -1,3 +0,0 @@-h1. Test Framework QuickCheck2 Support--For more information, please see the latest version of the test-framework package README. This can be found at the "GitHub wiki":http://github.com/batterseapower/test-framework/wikis/readme.
test-framework-quickcheck2.cabal view
@@ -1,14 +1,13 @@ Name: test-framework-quickcheck2-Version: 0.2.2+Version: 0.2.3 Cabal-Version: >= 1.2.3 Category: Testing Synopsis: QuickCheck2 support for the test-framework package. License: BSD3 License-File: LICENSE-Extra-Source-Files: README.textile-Author: Max Bolingbroke-Maintainer: batterseapower@hotmail.com-Homepage: http://github.com/batterseapower/test-framework+Author: Max Bolingbroke <batterseapower@hotmail.com>+Maintainer: Max Bolingbroke <batterseapower@hotmail.com>+Homepage: http://batterseapower.github.com/test-framework/ Build-Type: Simple Flag SplitBase@@ -21,7 +20,7 @@ Build-Depends: test-framework >= 0.2.0, QuickCheck >= 2.1.0.0 if flag(splitBase)- Build-Depends: base >= 3, random >= 1+ Build-Depends: base >= 3 && < 5, random >= 1 else Build-Depends: base < 3