jsontsv 0.1.4.1 → 0.1.4.2
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- README.md +1/−1
- jsontsv.cabal +2/−2
README.md view
@@ -181,4 +181,4 @@ A blog post surveying tools like this. * [Data Science at the Command Line: Facing the Future with Time-Tested Tools](http://shop.oreilly.com/product/0636920032823.do) by Jeroen Janssens. A book published in September 2014 by O'Reilly.-+* [jsontsv versus json2csv](https://github.com/jeroenjanssens/data-science-at-the-command-line/issues/26)
jsontsv.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: jsontsv-version: 0.1.4.1+version: 0.1.4.2 synopsis: JSON to TSV transformer homepage: https://github.com/danchoi/jsontsv description: Transforms JSON into tab-separated line-oriented output, for easier processing in Unix-style pipelines.@@ -17,7 +17,7 @@ executable jsontsv main-is: Main.hs- build-depends: base >=4.7 && <4.8+ build-depends: base >=4.6 && <4.8 , aeson >= 0.8.0.0 , bytestring , attoparsec >= 0.12.0.0