File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11cabal-version : 1.12
22
3- -- This file has been generated from package.yaml by hpack version 0.31 .1.
3+ -- This file has been generated from package.yaml by hpack version 0.36 .1.
44--
55-- see: https://github.com/sol/hpack
66--
7- -- hash: 0df70dbda375296766e47fd09b809934bff5ee3edb5a16e93681d4cb37cef875
7+ -- hash: 05dd43c0f3d2b6e620434a836103dff6a38dc186400eb95a0ac4a041f42444ae
88
99name : stack-simple
1010version : 0.1.0.0
@@ -41,11 +41,13 @@ executable stack-simple-exe
4141 Paths_stack_simple
4242 hs-source-dirs :
4343 app
44- ghc-options : -threaded -rtsopts -with-rtsopts=-N
4544 build-depends :
4645 base >= 4.7 && < 5
4746 , stack-simple
4847 default-language : Haskell2010
48+ if arch(wasm32)
49+ else
50+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
4951
5052test-suite stack-simple-test
5153 type : exitcode-stdio-1.0
@@ -54,8 +56,10 @@ test-suite stack-simple-test
5456 Paths_stack_simple
5557 hs-source-dirs :
5658 test
57- ghc-options : -threaded -rtsopts -with-rtsopts=-N
5859 build-depends :
5960 base >= 4.7 && < 5
6061 , stack-simple
6162 default-language : Haskell2010
63+ if arch(wasm32)
64+ else
65+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
You can’t perform that action at this time.
0 commit comments