diff --git a/bytestring.cabal b/bytestring.cabal index 1b2b5ebe8..129adfb61 100644 --- a/bytestring.cabal +++ b/bytestring.cabal @@ -186,7 +186,9 @@ test-suite bytestring-tests transformers >= 0.3, syb ghc-options: -fwarn-unused-binds - -threaded -rtsopts + -rtsopts + if !arch(wasm32) + ghc-options: -threaded default-language: Haskell2010 benchmark bytestring-bench