HUnit-Plus 0.3.4 → 1.0.0
raw patch · 2 files changed
+3/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- HUnit-Plus.cabal +2/−4
- src/Test/HUnitPlus/Main.hs +1/−1
HUnit-Plus.cabal view
@@ -1,11 +1,11 @@ Name: HUnit-Plus Category: Testing, Test-Version: 0.3.4+Version: 1.0.0 License: BSD3 License-File: LICENSE Author: Eric McCorkle Maintainer: Eric McCorkle <emc2@metricspace.net>-Stability: Beta+Stability: Stable Synopsis: A test framework building on HUnit. Homepage: https://github.com/emc2/HUnit-Plus Bug-Reports: https://github.com/emc2/HUnit-Plus/issues@@ -23,8 +23,6 @@ flexible mechanism for selecting which tests to be executed. Lastly, HUnit-Plus provides a wrapper which generates standalone test-execution programs from a set of test suites.- .- This is the fifth release candidate for 1.0. Build-type: Simple Cabal-version: >= 1.16
src/Test/HUnitPlus/Main.hs view
@@ -140,7 +140,7 @@ filters = [] &= args &= typ "FILTERS"- } &= summary "HUnit-Plus Standard Test Runner"+ } &= summary "HUnit-Plus Standard Test Runner, v1.0.0" &= program "runtests" &= noAtExpand &= details ["FILTERS specifies one or more test filters, which select " ++