push 3 sub projects
This commit is contained in:
24
server/app.cabal
Normal file
24
server/app.cabal
Normal file
@@ -0,0 +1,24 @@
|
||||
cabal-version: 2.2
|
||||
name: app
|
||||
version: 0.1.0.0
|
||||
synopsis: Sample miso app
|
||||
category: Web
|
||||
|
||||
common wasm
|
||||
if arch(wasm32)
|
||||
ghc-options:
|
||||
-no-hs-main
|
||||
-optl-mexec-model=reactor
|
||||
"-optl-Wl,--export=hs_start"
|
||||
cpp-options:
|
||||
-DWASM
|
||||
|
||||
executable app
|
||||
import:
|
||||
wasm
|
||||
main-is:
|
||||
Main.hs
|
||||
build-depends:
|
||||
base, miso
|
||||
default-language:
|
||||
Haskell2010
|
||||
Reference in New Issue
Block a user