@@ -266,11 +266,10 @@ test-suite map-lazy-properties
266
266
CPP
267
267
268
268
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
274
273
, transformers
275
274
276
275
test-suite map-strict-properties
@@ -291,11 +290,10 @@ test-suite map-strict-properties
291
290
CPP
292
291
293
292
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
299
297
, transformers
300
298
301
299
test-suite bitqueue-properties
@@ -311,9 +309,8 @@ test-suite bitqueue-properties
311
309
312
310
build-depends : containers-tests
313
311
build-depends :
314
- QuickCheck >= 2.7.1
315
- , test-framework
316
- , test-framework-quickcheck2
312
+ tasty
313
+ , tasty-quickcheck
317
314
318
315
test-suite set-properties
319
316
default-language : Haskell2010
@@ -332,11 +329,10 @@ test-suite set-properties
332
329
333
330
build-depends : containers-tests
334
331
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
340
336
, transformers
341
337
342
338
if impl(ghc >= 8.6 )
@@ -363,11 +359,10 @@ test-suite intmap-lazy-properties
363
359
CPP
364
360
365
361
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
371
366
372
367
test-suite intmap-strict-properties
373
368
default-language : Haskell2010
@@ -389,11 +384,10 @@ test-suite intmap-strict-properties
389
384
390
385
build-depends : containers-tests
391
386
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
397
391
398
392
test-suite intset-properties
399
393
default-language : Haskell2010
@@ -413,11 +407,9 @@ test-suite intset-properties
413
407
414
408
build-depends : containers-tests
415
409
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
421
413
422
414
test-suite seq-properties
423
415
default-language : Haskell2010
@@ -437,8 +429,8 @@ test-suite seq-properties
437
429
438
430
build-depends :
439
431
QuickCheck >= 2.7.1
440
- , test-framework
441
- , test-framework-quickcheck2
432
+ , tasty
433
+ , tasty-quickcheck
442
434
, transformers
443
435
444
436
test-suite tree-properties
@@ -459,8 +451,8 @@ test-suite tree-properties
459
451
460
452
build-depends :
461
453
QuickCheck >= 2.7.1
462
- , test-framework
463
- , test-framework-quickcheck2
454
+ , tasty
455
+ , tasty-quickcheck
464
456
, transformers
465
457
466
458
test-suite map-strictness-properties
@@ -474,11 +466,10 @@ test-suite map-strictness-properties
474
466
, base >= 4.6 && < 5
475
467
, ChasingBottoms
476
468
, deepseq >= 1.2 && < 1.5
477
- , HUnit
478
469
, 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
482
473
483
474
ghc-options : -Wall
484
475
other-extensions :
@@ -509,11 +500,10 @@ test-suite intmap-strictness-properties
509
500
, base >= 4.6 && < 5
510
501
, ChasingBottoms
511
502
, deepseq >= 1.2 && < 1.5
512
- , HUnit
513
503
, 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
517
507
518
508
ghc-options : -Wall
519
509
@@ -542,8 +532,8 @@ test-suite intset-strictness-properties
542
532
, ChasingBottoms
543
533
, deepseq >= 1.2 && < 1.5
544
534
, QuickCheck >= 2.7.1
545
- , test-framework >= 0.3.3
546
- , test-framework-quickcheck2 >= 0.2.9
535
+ , tasty
536
+ , tasty-quickcheck
547
537
548
538
ghc-options : -Wall
549
539
@@ -564,7 +554,7 @@ test-suite listutils-properties
564
554
, ChasingBottoms
565
555
, deepseq >= 1.2 && < 1.5
566
556
, QuickCheck >= 2.7.1
567
- , test-framework >= 0.3.3
568
- , test-framework-quickcheck2 >= 0.2.9
557
+ , tasty
558
+ , tasty-quickcheck
569
559
570
560
ghc-options : -Wall
0 commit comments