From 188eb2891c97d080b8b0860eb73b75ee50f2297c Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Sat, 27 Jan 2024 00:36:34 +0300 Subject: [PATCH] Fix tests --- hasql.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hasql.cabal b/hasql.cabal index 3e5a799..541526f 100644 --- a/hasql.cabal +++ b/hasql.cabal @@ -73,7 +73,7 @@ common executable common test import: base - ghc-options: -O2 -threaded -with-rtsopts=-N + ghc-options: -threaded -with-rtsopts=-N library import: base @@ -131,7 +131,7 @@ library , vector >=0.10 && <0.14 test-suite tasty - import: test + import: base type: exitcode-stdio-1.0 hs-source-dirs: tasty main-is: Main.hs