From c8843e26cff26772cc9341b75b0922f9ac2caa0a Mon Sep 17 00:00:00 2001 From: Roman Cheplyaka Date: Fri, 12 Jan 2018 16:28:40 +0000 Subject: [PATCH] Release 0.9.2 --- quickcheck/tasty-quickcheck.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickcheck/tasty-quickcheck.cabal b/quickcheck/tasty-quickcheck.cabal index 44b5dfc1..ce4cb284 100644 --- a/quickcheck/tasty-quickcheck.cabal +++ b/quickcheck/tasty-quickcheck.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: tasty-quickcheck -version: 0.9.1 +version: 0.9.2 synopsis: QuickCheck support for the Tasty test framework. description: QuickCheck support for the Tasty test framework. license: MIT