We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9577aa5 commit 8377ca9Copy full SHA for 8377ca9
test/project-flags/test-project-flags.cabal
@@ -22,7 +22,8 @@ executable test-project-flags-exe
22
main-is: Main.hs
23
build-depends: base >=4.7 && <5, test-project-flags
24
hs-source-dirs: app
25
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ if !arch(wasm32)
26
+ ghc-options: -threaded -rtsopts -with-rtsopts=-N
27
default-language: Haskell2010
28
if flag(test-flag)
29
cpp-options: -DTEST_FLAG
0 commit comments