Skip to content

Commit 8377ca9

Browse files
committed
Fix test
1 parent 9577aa5 commit 8377ca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/project-flags/test-project-flags.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ executable test-project-flags-exe
2222
main-is: Main.hs
2323
build-depends: base >=4.7 && <5, test-project-flags
2424
hs-source-dirs: app
25-
ghc-options: -threaded -rtsopts -with-rtsopts=-N
25+
if !arch(wasm32)
26+
ghc-options: -threaded -rtsopts -with-rtsopts=-N
2627
default-language: Haskell2010
2728
if flag(test-flag)
2829
cpp-options: -DTEST_FLAG

0 commit comments

Comments
 (0)