packages feed

ziptastic-client 0.3.0.2 → 0.3.0.3

raw patch · 2 files changed

+11/−3 lines, 2 filesdep ~servantdep ~servant-clientPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: servant, servant-client

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,13 @@ # Changelog +## 0.3.0.3++  * Allow `servant` and `servant-client` version 0.11.++## 0.3.0.2++  * Allow `aeson` version 1.2.+ ## 0.3.0.1    * Improve documentation for region fields.
ziptastic-client.cabal view
@@ -1,5 +1,5 @@ name:                ziptastic-client-version:             0.3.0.2+version:             0.3.0.3 synopsis:   A type-safe client for the Ziptastic API for doing forward and reverse geocoding. description:@@ -31,8 +31,8 @@     , base-compat           == 0.9.*     , http-client     , iso3166-country-codes-    , servant               >= 0.9 && < 0.11-    , servant-client        >= 0.9 && < 0.11+    , servant               >= 0.9 && < 0.12+    , servant-client        >= 0.9 && < 0.12     , text     , ziptastic-core        >= 0.2.0.1 && < 0.2.1   default-language: Haskell2010