cabal-version: 3.4 name: haskell-wasm-repl version: 0.1.0.0 synopsis: A template for creating Haskell REPL executables that run in browser using WASM. homepage: https://github.com/abhin4v/haskell-wasm-repl license: NONE author: Abhinav Sarkar maintainer: abhinav@abhinavsarkar.net category: Web build-type: Simple common warnings ghc-options: -Wall executable haskell-wasm-repl import: warnings main-is: Main.hs build-depends: base ^>=4.18.2.1 hs-source-dirs: app default-language: GHC2021