From 778cba3d8d4c31fd7cf7fde6b1938dffa1e817d3 Mon Sep 17 00:00:00 2001 From: Aivean Date: Sat, 28 Apr 2018 15:56:11 -0700 Subject: [PATCH] fix optparse-applicative in cabal --- wasm.cabal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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