packages feed

tasty-hunit 0.2 → 0.4.1

raw patch · 2 files changed

+2/−1 lines, 2 files

Files

Test/Tasty/HUnit.hs view
@@ -13,6 +13,7 @@ import Test.HUnit.Lang import Test.HUnit.Base hiding -- for re-export   ( Test(..)+  , Testable(..)   , (~=?)   , (~?=)   , (~:)
tasty-hunit.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                tasty-hunit-version:             0.2+version:             0.4.1 synopsis:            HUnit support for the Tasty test framework. description:         HUnit support for the Tasty test framework. license:             MIT