packages feed

hadoop-streaming 0.2.0.0 → 0.2.0.1

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for hadoop-streaming +## 0.2.0.1 -- 2020-04-05++* Fix a broken link.+ ## 0.2.0.0 -- 2020-04-05  * Make input and output types abstract.
README.md view
@@ -6,7 +6,7 @@  # Word Count Example -See the [Haddock in `HadoopStreaming.Text`](https://hackage.haskell.org/package/hadoop-streaming-0.1.0.0/docs/HadoopStreaming-Text.html)+See the [Haddock in `HadoopStreaming.Text`](https://hackage.haskell.org/package/hadoop-streaming/docs/HadoopStreaming-Text.html) for a simple word-count example.  # A Few Things to Note
hadoop-streaming.cabal view
@@ -1,7 +1,7 @@ cabal-version:       2.4  name:                hadoop-streaming-version:             0.2.0.0+version:             0.2.0.1 synopsis:            A simple Hadoop streaming library description:   A simple Hadoop streaming library based on <https://hackage.haskell.org/package/conduit conduit>,