Skip to content

Commit 75d7d09

Browse files
authored
Merge pull request #10 from Ziptastic/upgrade-servant
Allow servant[-client] v0.11
2 parents 3ea1b00 + 93ec266 commit 75d7d09

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-8.12
1+
resolver: lts-8.17
22
packages:
33
- 'ziptastic-core'
44
- 'ziptastic-client'

ziptastic-client/ziptastic-client.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ziptastic-client
2-
version: 0.3.0.2
2+
version: 0.3.0.3
33
synopsis:
44
A type-safe client for the Ziptastic API for doing forward and reverse geocoding.
55
description:
@@ -31,8 +31,8 @@ library
3131
, base-compat == 0.9.*
3232
, http-client
3333
, iso3166-country-codes
34-
, servant >= 0.9 && < 0.11
35-
, servant-client >= 0.9 && < 0.11
34+
, servant >= 0.9 && < 0.12
35+
, servant-client >= 0.9 && < 0.12
3636
, text
3737
, ziptastic-core >= 0.2.0.1 && < 0.2.1
3838
default-language: Haskell2010

ziptastic-core/ziptastic-core.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ziptastic-core
2-
version: 0.2.0.2
2+
version: 0.2.0.3
33
synopsis:
44
Core Servant specification for the Ziptastic API for doing forward and reverse geocoding.
55
description:
@@ -35,7 +35,7 @@ library
3535
, bytestring == 0.10.*
3636
, http-api-data == 0.3.*
3737
, iso3166-country-codes >= 0.20140203.8
38-
, servant >= 0.9 && < 0.11
38+
, servant >= 0.9 && < 0.12
3939
, text >= 0.11
4040
, tz == 0.1.*
4141
default-language: Haskell2010

0 commit comments

Comments
 (0)