fix optparse-applicative in cabal

This commit is contained in:
Aivean
2018-04-28 15:56:11 -07:00
parent 23ad2539e4
commit 778cba3d8d
+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