fix catching of exceptions in tests

This commit is contained in:
2026-08-18 23:56:22 -06:00
parent eb51f4fff7
commit ca1b53f3d1
11 changed files with 61 additions and 22 deletions
+4 -2
View File
@@ -71,6 +71,7 @@ library
, binary
, bytestring
, containers
, deepseq
, effectful
, effectful-core
, effectful-plugin
@@ -112,6 +113,7 @@ test-suite test
build-depends:
, base
, deepseq
, directory
, effectful
, filepath
@@ -119,11 +121,11 @@ test-suite test
, gyehoek
, lens
, process-extras
, text
, sexp-grammar
, tasty
, tasty-expected-failure
, tasty-hunit
, tasty-silver
, tasty-expected-failure
, text
default-language: GHC2024