From 5db387d8859fc0d054d019f43f3069bc6b1e1b9a Mon Sep 17 00:00:00 2001 From: Vladimir Still Date: Mon, 29 Jun 2020 17:51:07 +0200 Subject: [PATCH] hs: Bump version to something nice since we support new GHC --- src/hs/hsExprTest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hs/hsExprTest.cabal b/src/hs/hsExprTest.cabal index 8ff5c2b5..7212d540 100644 --- a/src/hs/hsExprTest.cabal +++ b/src/hs/hsExprTest.cabal @@ -1,5 +1,5 @@ name: hsExprTest -version: 3.1.3.10 +version: 3.2 description: This application allows to compare two types and compare two expressions by testing (using QuickCheck).