forked from GitHub/haskell-wasm
fix executable entry point
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ library:
|
||||
executables:
|
||||
wasm:
|
||||
source-dirs: exec
|
||||
main: Wasm.hs
|
||||
main: Main.hs
|
||||
dependencies:
|
||||
- wasm == 0.1.0
|
||||
- base
|
||||
|
||||
Reference in New Issue
Block a user