flaccuraterip 0.3.2 → 0.3.3
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~optparse-applicative
Dependency ranges changed: optparse-applicative
Files
- CHANGELOG.md +5/−0
- flaccuraterip.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,8 @@+Version 0.3.3 (2014-10-10)+--------------------------++- Allow dependency on `optparse-applicative` 0.11.+ Version 0.3.2 (2014-09-24) --------------------------
flaccuraterip.cabal view
@@ -1,5 +1,5 @@ Name: flaccuraterip-Version: 0.3.2+Version: 0.3.3 Cabal-Version: >= 1.10 Build-Type: Simple License: GPL-3@@ -48,7 +48,7 @@ binary >= 0.5 && < 0.8, deepseq == 1.3.*, HTTP == 4000.2.*,- optparse-applicative == 0.10.*,+ optparse-applicative >= 0.10 && < 0.12, process == 1.2.* GHC-Options: -Wall Main-Is: Main.hs