Merge branch 'cli' of github.com:SPY/haskell-wasm into cli

This commit is contained in:
Sergey Romanovsky
2018-04-28 16:36:55 -07:00
+1 -2
View File
@@ -33,7 +33,6 @@ library
, vector >= 0.12
, ieee754 >= 0.8
, deepseq >= 1.4
, optparse-applicative >= 0.14
build-tools:
alex >=3.1.3
, happy >=1.9.4
@@ -57,7 +56,7 @@ executable wasm
build-depends:
base >=4.6 && <5.0
, wasm ==0.1.0
, optparse-applicative >= 0.13
, optparse-applicative >= 0.14
, bytestring >=0.10 && <0.11
other-modules:
Wasm.WasmParser