cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: a97a536c6a54def78b714cf926b75e3dc2ede559d014ec6295143c608c11c1c9 name: binaryen version: 0.0.4.0 synopsis: Haskell bindings to binaryen description: Haskell bindings to [binaryen](https://github.com/WebAssembly/binaryen). Provides complete bindings to the C API, which can be useful for building WebAssembly toolchains in Haskell. category: Compiler homepage: https://github.com/tweag/haskell-binaryen#readme bug-reports: https://github.com/tweag/haskell-binaryen/issues maintainer: Cheng Shao copyright: (c) 2018 Tweag I/O license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: CHANGELOG.md LICENSE README.md source-repository head type: git location: https://github.com/tweag/haskell-binaryen library exposed-modules: Binaryen Binaryen.Event Binaryen.Export Binaryen.Expression Binaryen.ExpressionId Binaryen.ExternalKind Binaryen.Features Binaryen.Function Binaryen.Global Binaryen.Index Binaryen.Module Binaryen.Op Binaryen.Relooper Binaryen.SideEffects Binaryen.Type other-modules: Paths_binaryen hs-source-dirs: src ghc-options: -Wall c-sources: cbits/wrappers.c extra-libraries: binaryen stdc++ build-depends: base <5 default-language: Haskell2010