@@ -276,6 +276,7 @@ Test-suite map-lazy-properties
276276 Utils.Containers.Internal.PtrEquality
277277 Utils.Containers.Internal.StrictMaybe
278278 Utils.Containers.Internal.StrictPair
279+ Utils.Containers.Internal.TypeError
279280 type : exitcode-stdio-1.0
280281 cpp-options : -DTESTING
281282
@@ -309,6 +310,7 @@ Test-suite map-strict-properties
309310 Utils.Containers.Internal.PtrEquality
310311 Utils.Containers.Internal.StrictMaybe
311312 Utils.Containers.Internal.StrictPair
313+ Utils.Containers.Internal.TypeError
312314 type : exitcode-stdio-1.0
313315 cpp-options : -DTESTING -DSTRICT
314316
@@ -464,6 +466,9 @@ Test-suite seq-properties
464466 Data.Sequence
465467 Data.Sequence.Internal
466468 Utils.Containers.Internal.StrictPair
469+ Data.Sequence.Internal.Sorting
470+ Utils.Containers.Internal.Coercions
471+ Utils.Containers.Internal.State
467472 type : exitcode-stdio-1.0
468473 cpp-options : -DTESTING
469474
@@ -483,6 +488,11 @@ Test-suite tree-properties
483488 main-is : tree-properties.hs
484489 other-modules :
485490 Data.Tree
491+ Data.Sequence
492+ Data.Sequence.Internal.Sorting
493+ Utils.Containers.Internal.Coercions
494+ Utils.Containers.Internal.State
495+ Utils.Containers.Internal.StrictPair
486496 type : exitcode-stdio-1.0
487497 cpp-options : -DTESTING
488498
@@ -512,6 +522,7 @@ test-suite map-strictness-properties
512522 Utils.Containers.Internal.PtrEquality
513523 Utils.Containers.Internal.StrictMaybe
514524 Utils.Containers.Internal.StrictPair
525+ Utils.Containers.Internal.TypeError
515526 type : exitcode-stdio-1.0
516527
517528 build-depends :
@@ -564,6 +575,7 @@ test-suite intset-strictness-properties
564575 Data.IntSet.Internal
565576 Utils.Containers.Internal.BitUtil
566577 Utils.Containers.Internal.StrictPair
578+ Utils.Containers.Internal.TypeError
567579 type : exitcode-stdio-1.0
568580 other-extensions : CPP, BangPatterns
569581
@@ -585,6 +597,7 @@ test-suite listutils-properties
585597 main-is : listutils-properties.hs
586598 other-modules :
587599 Data.Containers.ListUtils
600+ Utils.Containers.Internal.TypeError
588601 type : exitcode-stdio-1.0
589602
590603 build-depends :
0 commit comments