flaccuraterip 0.3.4 → 0.3.5
raw patch · 3 files changed
+12/−6 lines, 3 filesdep ~HTTPdep ~optparse-applicative
Dependency ranges changed: HTTP, optparse-applicative
Files
- CHANGELOG.md +6/−0
- Main.hs +1/−1
- flaccuraterip.cabal +5/−5
CHANGELOG.md view
@@ -1,3 +1,9 @@+Version 0.3.5 (2016-01-20)+--------------------------++- Allow dependency on `HTTP` 4000.3.+- Allow dependency on `optparse-applicative` 0.12.+ Version 0.3.4 (2015-04-06) --------------------------
Main.hs view
@@ -22,7 +22,7 @@ intro :: String intro = progName ++ " " ++ showVersion version ++ "\n\- \Copyright (C) 2012-2015 Nicola Squartini.\n\+ \Copyright (C) 2012-2016 Nicola Squartini.\n\ \License GPLv3+: GNU GPL version 3 or \ \later <http://gnu.org/licenses/gpl.html>\n\ \This is free software: you are free to change and redistribute it.\n\
flaccuraterip.cabal view
@@ -1,10 +1,10 @@ Name: flaccuraterip-Version: 0.3.4+Version: 0.3.5 Cabal-Version: >= 1.10 Build-Type: Simple License: GPL-3 License-File: LICENSE-Copyright: © 2012-2015 Nicola Squartini+Copyright: © 2012-2016 Nicola Squartini Author: Nicola Squartini Maintainer: Nicola Squartini <tensor5@gmail.com> Homepage: http://noaxiom.org/flAccurateRip@@ -40,15 +40,15 @@ Source-Repository this Type: git Location: git://github.com/tensor5/flAccurateRip.git- Tag: v0.3.4+ Tag: v0.3.5 Executable flaccuraterip Default-Language: Haskell2010 Build-Depends: base == 4.*, binary >= 0.5 && < 0.8, deepseq >= 1.3 && < 1.5,- HTTP == 4000.2.*,- optparse-applicative >= 0.10 && < 0.12,+ HTTP >= 4000.2 && < 4000.4,+ optparse-applicative >= 0.10 && < 0.13, process == 1.2.* GHC-Options: -Wall Main-Is: Main.hs