hadoop-streaming 0.2.0.2 → 0.2.0.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- hadoop-streaming.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,10 @@ # Revision history for hadoop-streaming -## 0.2.0.1 -- 2020-04-06+## 0.2.0.3 -- 2020-05-18++* Update text lower bound.++## 0.2.0.2 -- 2020-04-06 * Add test files to the tarball.
hadoop-streaming.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4 name: hadoop-streaming-version: 0.2.0.2+version: 0.2.0.3 synopsis: A simple Hadoop streaming library description: A simple Hadoop streaming library based on <https://hackage.haskell.org/package/conduit conduit>,@@ -44,7 +44,7 @@ bytestring >=0.10 && <0.11, conduit >= 1.3.1 && <1.4, extra >= 1.6.18 && <1.8,- text >=1.2.4.0 && <1.3+ text >=1.2.2.0 && <1.3 default-language: Haskell2010 test-suite hspec