Skip to content

Commit

Permalink
adding -threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed May 26, 2023
1 parent 059b244 commit 9968ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ test-suite spec

default-language: Haskell2010
default-extensions: Strict StrictData
ghc-options: -Wall
ghc-options: -Wall -threaded
build-depends:
base >=4.9 && <5,
async,
Expand All @@ -321,7 +321,7 @@ test-suite spec2
other-modules: ServerSpec
default-language: Haskell2010
default-extensions: Strict StrictData
ghc-options: -Wall
ghc-options: -Wall -threaded
build-depends:
base >=4.9 && <5,
bytestring,
Expand Down

0 comments on commit 9968ed1

Please sign in to comment.