-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathast2wasm.cabal
30 lines (28 loc) · 962 Bytes
/
ast2wasm.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
-- Initial ast2wasm.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: ast2wasm
version: 0.1.0.0
synopsis: A demo wasm code generator
-- description:
license: MIT
license-file: LICENSE
author: Paul Bone
maintainer: [email protected]
copyright: Copyright (C) 2018 Paul Bone
category: Language
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable ast2wasm
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.9, containers,
text >= 1.2.3 && <1.3,
s-cargot >= 0.1.4 && <0.2,
parsec >= 3.1.13 && <3.2,
Unique >= 0.4.7 && <0.5,
transformers
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -Wall -Werror -fno-warn-missing-signatures