@@ -266,11 +266,10 @@ test-suite map-lazy-properties
266266 CPP
267267
268268 build-depends :
269- HUnit
270- , QuickCheck >= 2.7.1
271- , test-framework
272- , test-framework-hunit
273- , test-framework-quickcheck2
269+ QuickCheck >= 2.7.1
270+ , tasty
271+ , tasty-hunit
272+ , tasty-quickcheck
274273 , transformers
275274
276275test-suite map-strict-properties
@@ -291,11 +290,10 @@ test-suite map-strict-properties
291290 CPP
292291
293292 build-depends :
294- HUnit
295- , QuickCheck >= 2.7.1
296- , test-framework
297- , test-framework-hunit
298- , test-framework-quickcheck2
293+ QuickCheck >= 2.7.1
294+ , tasty
295+ , tasty-hunit
296+ , tasty-quickcheck
299297 , transformers
300298
301299test-suite bitqueue-properties
@@ -311,9 +309,8 @@ test-suite bitqueue-properties
311309
312310 build-depends : containers-tests
313311 build-depends :
314- QuickCheck >= 2.7.1
315- , test-framework
316- , test-framework-quickcheck2
312+ tasty
313+ , tasty-quickcheck
317314
318315test-suite set-properties
319316 default-language : Haskell2010
@@ -332,11 +329,10 @@ test-suite set-properties
332329
333330 build-depends : containers-tests
334331 build-depends :
335- HUnit
336- , QuickCheck >= 2.7.1
337- , test-framework
338- , test-framework-hunit
339- , test-framework-quickcheck2
332+ QuickCheck >= 2.7.1
333+ , tasty
334+ , tasty-hunit
335+ , tasty-quickcheck
340336 , transformers
341337
342338 if impl(ghc >= 8.6 )
@@ -363,11 +359,10 @@ test-suite intmap-lazy-properties
363359 CPP
364360
365361 build-depends :
366- HUnit
367- , QuickCheck >= 2.7.1
368- , test-framework
369- , test-framework-hunit
370- , test-framework-quickcheck2
362+ QuickCheck >= 2.7.1
363+ , tasty
364+ , tasty-hunit
365+ , tasty-quickcheck
371366
372367test-suite intmap-strict-properties
373368 default-language : Haskell2010
@@ -389,11 +384,10 @@ test-suite intmap-strict-properties
389384
390385 build-depends : containers-tests
391386 build-depends :
392- HUnit
393- , QuickCheck >= 2.7.1
394- , test-framework
395- , test-framework-hunit
396- , test-framework-quickcheck2
387+ QuickCheck >= 2.7.1
388+ , tasty
389+ , tasty-hunit
390+ , tasty-quickcheck
397391
398392test-suite intset-properties
399393 default-language : Haskell2010
@@ -413,11 +407,9 @@ test-suite intset-properties
413407
414408 build-depends : containers-tests
415409 build-depends :
416- HUnit
417- , QuickCheck >= 2.7.1
418- , test-framework
419- , test-framework-hunit
420- , test-framework-quickcheck2
410+ tasty
411+ , tasty-hunit
412+ , tasty-quickcheck
421413
422414test-suite seq-properties
423415 default-language : Haskell2010
@@ -437,8 +429,8 @@ test-suite seq-properties
437429
438430 build-depends :
439431 QuickCheck >= 2.7.1
440- , test-framework
441- , test-framework-quickcheck2
432+ , tasty
433+ , tasty-quickcheck
442434 , transformers
443435
444436test-suite tree-properties
@@ -459,8 +451,8 @@ test-suite tree-properties
459451
460452 build-depends :
461453 QuickCheck >= 2.7.1
462- , test-framework
463- , test-framework-quickcheck2
454+ , tasty
455+ , tasty-quickcheck
464456 , transformers
465457
466458test-suite map-strictness-properties
@@ -474,11 +466,10 @@ test-suite map-strictness-properties
474466 , base >= 4.6 && < 5
475467 , ChasingBottoms
476468 , deepseq >= 1.2 && < 1.5
477- , HUnit
478469 , QuickCheck >= 2.7.1
479- , test-framework >= 0.3.3
480- , test-framework-quickcheck2 >= 0.2.9
481- , test-framework -hunit
470+ , tasty
471+ , tasty-quickcheck
472+ , tasty -hunit
482473
483474 ghc-options : -Wall
484475 other-extensions :
@@ -509,11 +500,10 @@ test-suite intmap-strictness-properties
509500 , base >= 4.6 && < 5
510501 , ChasingBottoms
511502 , deepseq >= 1.2 && < 1.5
512- , HUnit
513503 , QuickCheck >= 2.7.1
514- , test-framework >= 0.3.3
515- , test-framework-quickcheck2 >= 0.2.9
516- , test-framework -hunit
504+ , tasty
505+ , tasty-quickcheck
506+ , tasty -hunit
517507
518508 ghc-options : -Wall
519509
@@ -542,8 +532,8 @@ test-suite intset-strictness-properties
542532 , ChasingBottoms
543533 , deepseq >= 1.2 && < 1.5
544534 , QuickCheck >= 2.7.1
545- , test-framework >= 0.3.3
546- , test-framework-quickcheck2 >= 0.2.9
535+ , tasty
536+ , tasty-quickcheck
547537
548538 ghc-options : -Wall
549539
@@ -564,7 +554,7 @@ test-suite listutils-properties
564554 , ChasingBottoms
565555 , deepseq >= 1.2 && < 1.5
566556 , QuickCheck >= 2.7.1
567- , test-framework >= 0.3.3
568- , test-framework-quickcheck2 >= 0.2.9
557+ , tasty
558+ , tasty-quickcheck
569559
570560 ghc-options : -Wall
0 commit comments