flaccuraterip 0.3.5 → 0.3.6
raw patch · 3 files changed
+16/−5 lines, 3 filesdep ~binarydep ~process
Dependency ranges changed: binary, process
Files
- CHANGELOG.md +6/−0
- Main.hs +6/−1
- flaccuraterip.cabal +4/−4
CHANGELOG.md view
@@ -1,3 +1,9 @@+Version 0.3.6 (2016-08-28)+--------------------------++- Allow dependency on `binary` 0.8.+- Require `process` 1.4.+ Version 0.3.5 (2016-01-20) --------------------------
Main.hs view
@@ -137,7 +137,12 @@ Inherit True True- False)+ False+ False+ False+ False+ Nothing+ Nothing) return b showAccuracy :: ArData -> RipHash -> IO ()
flaccuraterip.cabal view
@@ -1,5 +1,5 @@ Name: flaccuraterip-Version: 0.3.5+Version: 0.3.6 Cabal-Version: >= 1.10 Build-Type: Simple License: GPL-3@@ -40,16 +40,16 @@ Source-Repository this Type: git Location: git://github.com/tensor5/flAccurateRip.git- Tag: v0.3.5+ Tag: v0.3.6 Executable flaccuraterip Default-Language: Haskell2010 Build-Depends: base == 4.*,- binary >= 0.5 && < 0.8,+ binary >= 0.5 && < 0.9, deepseq >= 1.3 && < 1.5, HTTP >= 4000.2 && < 4000.4, optparse-applicative >= 0.10 && < 0.13,- process == 1.2.*+ process == 1.4.* GHC-Options: -Wall Main-Is: Main.hs Other-Modules: CD.CDDB, CD.AccurateRip