diff --git a/wasm.cabal b/wasm.cabal index 7e8037f..bc28e2f 100644 --- a/wasm.cabal +++ b/wasm.cabal @@ -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