Skip to content

Commit 714117f

Browse files
Fix QuickCheck version issue
1 parent d30af16 commit 714117f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Constrained/Tests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ testSpec' withShrink n s = do
317317
checkCoverage' $
318318
prop_constrained_explained s
319319

320-
#if MIN_VERSION_QuickCheck(2, 16, 0)
320+
#if MIN_VERSION_QuickCheck(2, 15, 0)
321321
when withShrink $
322322
prop "prop_shrink_sound" $
323323
discardAfter 100_000 $

0 commit comments

Comments
 (0)