Merge branch 'master' into type-enforced-ast

This commit is contained in:
Ilya Rezvov
2018-05-12 15:02:47 -07:00
3 changed files with 179 additions and 4 deletions
+10
View File
@@ -52,6 +52,16 @@ library
Paths_wasm
default-language: Haskell2010
executable wasm
main-is: Main.hs
hs-source-dirs: exec
build-depends:
base >=4.6 && <5.0
, wasm ==0.1.0
, optparse-applicative >= 0.14
, bytestring >=0.10 && <0.11
, base64-bytestring >= 1.0
test-suite test
type: exitcode-stdio-1.0
main-is: Test.hs