From e4cdb8173eac933c9a88865b0623242d03a87070 Mon Sep 17 00:00:00 2001 From: Maximilian Algehed Date: Tue, 9 Jul 2024 10:38:19 +0200 Subject: [PATCH] wip --- QuickCheck.cabal | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/QuickCheck.cabal b/QuickCheck.cabal index 2f81ccf9..312eb8dc 100644 --- a/QuickCheck.cabal +++ b/QuickCheck.cabal @@ -8,15 +8,7 @@ Copyright: 2000-2019 Koen Claessen, 2006-2008 Björn Bringert, 2009-2019 Nick Sm Author: Koen Claessen Maintainer: Nick Smallbone Bug-reports: https://github.com/nick8325/quickcheck/issues -Tested-with: GHC == 7.0.4 || - == 7.2.2 || - == 7.4.1 || - == 7.4.2 || - == 7.6.3 || - == 7.8.4 || - == 7.10.3 || - == 8.0.2 || - >= 8.2.2 && < 9.10 +Tested-with: GHC >= 8.2.2 && < 9.11 Homepage: https://github.com/nick8325/quickcheck Category: Testing Synopsis: Automatic testing of Haskell programs