From 174ef9f649682a81ae1ea2d11df1a3c82aa3d221 Mon Sep 17 00:00:00 2001 From: Maximilian Algehed Date: Thu, 21 Mar 2024 09:07:28 +0100 Subject: [PATCH] make sure we run the discard ratio tests always --- QuickCheck.cabal | 2 -- 1 file changed, 2 deletions(-) diff --git a/QuickCheck.cabal b/QuickCheck.cabal index 7244e604..c08a8c1f 100644 --- a/QuickCheck.cabal +++ b/QuickCheck.cabal @@ -264,5 +264,3 @@ Test-Suite test-quickcheck-discard hs-source-dirs: tests main-is: DiscardRatio.hs build-depends: base, QuickCheck - if !flag(templateHaskell) || !impl(ghc >= 7.10) || impl(haste) - buildable: False