packages feed

ziptastic-core 0.2.0.2 → 0.2.0.3

raw patch · 2 files changed

+10/−2 lines, 2 filesdep ~servant

Dependency ranges changed: servant

Files

CHANGELOG.md view
@@ -1,5 +1,13 @@ # Changelog +## 0.2.0.3++  * Allow `servant` version 0.11.++## 0.2.0.2++  * Allow `aeson` version 1.2.+ ## 0.2.0.1    * Support GHC 7.8.
ziptastic-core.cabal view
@@ -1,5 +1,5 @@ name:                ziptastic-core-version:             0.2.0.2+version:             0.2.0.3 synopsis:   Core Servant specification for the Ziptastic API for doing forward and reverse geocoding. description:@@ -35,7 +35,7 @@     , bytestring            == 0.10.*     , http-api-data         == 0.3.*     , iso3166-country-codes >= 0.20140203.8-    , servant               >= 0.9 && < 0.11+    , servant               >= 0.9 && < 0.12     , text                  >= 0.11     , tz                    == 0.1.*   default-language: Haskell2010