GoogleTranslate 0.0.1 → 0.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~dataencdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dataenc, text
API changes (from Hackage documentation)
Files
- GoogleTranslate.cabal +2/−2
GoogleTranslate.cabal view
@@ -1,5 +1,5 @@ name: GoogleTranslate-version: 0.0.1+version: 0.0.2 Cabal-Version: >= 1.6 license: GPL-3 license-file: LICENSE@@ -18,4 +18,4 @@ Exposed-Modules: Language.Translate.Google Build-depends: base >= 4 && < 5, json >= 0.4.4, download-curl >= 0.1.2, - containers >= 0.3.0.0, bytestring >= 0.9.1.7, dataenc >= 0.13.0.3, text >= 0.7.2.1+ containers >= 0.3.0.0, bytestring >= 0.9.1.7, dataenc, text