fix catching of exceptions in tests
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user