HTF 0.8.2.0 → 0.8.2.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~QuickCheckdep ~containersPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: QuickCheck, containers
API changes (from Hackage documentation)
- Test.Framework.Pretty: class Pretty a
+ Test.Framework.Pretty: class Pretty a where prettyList l = char '[' <> vcat (punctuate comma (map pretty l)) <> char ']' showPretty = render . pretty
Files
- HTF.cabal +4/−4
HTF.cabal view
@@ -1,5 +1,5 @@ Name: HTF-Version: 0.8.2.0+Version: 0.8.2.1 License: LGPL License-File: LICENSE Copyright: (c) 2005-2011 Stefan Wehr@@ -24,7 +24,7 @@ The documentation of the "Test.Framework.Tutorial" module provides a tutorial for the HTF. -Tested-With: GHC==6.10.4, GHC==6.12, GHC==7.0+Tested-With: GHC==6.10.4, GHC==6.12, GHC==7.0, GHC==7.4.1 Build-Type: Simple Cabal-Version: >= 1.6 Extra-Source-Files:@@ -47,10 +47,10 @@ Library Build-Depends: HUnit == 1.2.*,- QuickCheck >= 2.3 && < 2.4,+ QuickCheck >= 2.5 && < 2.6, base == 4.*, random == 1.0.*,- containers >= 0.3 && < 0.5,+ containers >= 0.3 && < 0.6, process >= 1.0 && < 1.2, directory >= 1.0 && < 1.2, mtl >= 1.1 && < 2.1,