fix optparse-applicative in cabal
This commit is contained in:
+1
-2
@@ -33,7 +33,6 @@ library
|
|||||||
, vector >= 0.12
|
, vector >= 0.12
|
||||||
, ieee754 >= 0.8
|
, ieee754 >= 0.8
|
||||||
, deepseq >= 1.4
|
, deepseq >= 1.4
|
||||||
, optparse-applicative >= 0.14
|
|
||||||
build-tools:
|
build-tools:
|
||||||
alex >=3.1.3
|
alex >=3.1.3
|
||||||
, happy >=1.9.4
|
, happy >=1.9.4
|
||||||
@@ -57,7 +56,7 @@ executable wasm
|
|||||||
build-depends:
|
build-depends:
|
||||||
base >=4.6 && <5.0
|
base >=4.6 && <5.0
|
||||||
, wasm ==0.1.0
|
, wasm ==0.1.0
|
||||||
, optparse-applicative >= 0.13
|
, optparse-applicative >= 0.14
|
||||||
, bytestring >=0.10 && <0.11
|
, bytestring >=0.10 && <0.11
|
||||||
other-modules:
|
other-modules:
|
||||||
Wasm.WasmParser
|
Wasm.WasmParser
|
||||||
|
|||||||
Reference in New Issue
Block a user