HTF 0.7.0.0 → 0.7.0.1
raw patch · 3 files changed
+4/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- HTF.cabal +2/−2
- Test/Framework/TestManager.hs +1/−1
- Test/Framework/Tutorial.hs +1/−1
HTF.cabal view
@@ -1,8 +1,8 @@ Name: HTF-Version: 0.7.0.0+Version: 0.7.0.1 License: LGPL License-File: LICENSE-Copyright: (c) 2005-2010 Stefan Wehr+Copyright: (c) 2005-2011 Stefan Wehr Author: Stefan Wehr <mail@stefanwehr.de> Maintainer: Stefan Wehr <mail@stefanwehr.de> Bug-Reports: mailto:mail@stefanwehr.de
Test/Framework/TestManager.hs view
@@ -214,7 +214,7 @@ reportDoc (text "\nFailures:" $$ renderTestNames (reverse (ts_failed s))) when (error > 0) $- reportDoc (text "\nFailures:" $$ renderTestNames+ reportDoc (text "\nErrors:" $$ renderTestNames (reverse (ts_error s))) return $ case () of _| failed == 0 && error == 0 -> ExitSuccess
Test/Framework/Tutorial.hs view
@@ -66,7 +66,7 @@ @ main = do args <- getArgs- runTestWithArgs args reverseTests+ runTestWithArgs args allHTFTests @ Here is the skeleton of a @.cabal@ file which you may want to use to