cabal-version: >=1.10 name: servant-wasm version: 0.1.0.0 synopsis: Servant support for delivering WebAssembly description: Facilities to help deliver WASM from a servant-server. homepage: https://github.com/dmjio/servant-wasm bug-reports: https://github.com/dmjio/servant-wasm/issues license: BSD3 license-file: LICENSE author: David Johnson maintainer: djohnson.m@gmail.com copyright: David Johnson (c) 2020 category: Web build-type: Simple extra-source-files: CHANGELOG.md, README.md library exposed-modules: Servant.WASM other-extensions: DerivingVia build-depends: base < 5 , bytestring , servant hs-source-dirs: src default-language: Haskell2010