test-framework-hunit 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-hunit.cabal +5/−6
− README.textile
@@ -1,3 +0,0 @@-h1. Test Framework HUnit 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-hunit.cabal view
@@ -1,14 +1,13 @@ Name: test-framework-hunit-Version: 0.2.2+Version: 0.2.3 Cabal-Version: >= 1.2.3 Category: Testing Synopsis: HUnit 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, HUnit >= 1.2 && < 2 if flag(splitBase)- Build-Depends: base >= 3+ Build-Depends: base >= 3 && < 5 else Build-Depends: base < 3