Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Jan 26, 2024
1 parent 658bfe9 commit 188eb28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hasql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 188eb28

Please sign in to comment.