File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- resolver : lts-8.12
1
+ resolver : lts-8.17
2
2
packages :
3
3
- ' ziptastic-core'
4
4
- ' ziptastic-client'
Original file line number Diff line number Diff line change 1
1
name : ziptastic-client
2
- version : 0.3.0.2
2
+ version : 0.3.0.3
3
3
synopsis :
4
4
A type-safe client for the Ziptastic API for doing forward and reverse geocoding.
5
5
description :
@@ -31,8 +31,8 @@ library
31
31
, base-compat == 0.9. *
32
32
, http-client
33
33
, 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
36
36
, text
37
37
, ziptastic-core >= 0.2.0.1 && < 0.2.1
38
38
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
name : ziptastic-core
2
- version : 0.2.0.2
2
+ version : 0.2.0.3
3
3
synopsis :
4
4
Core Servant specification for the Ziptastic API for doing forward and reverse geocoding.
5
5
description :
@@ -35,7 +35,7 @@ library
35
35
, bytestring == 0.10. *
36
36
, http-api-data == 0.3. *
37
37
, iso3166-country-codes >= 0.20140203.8
38
- , servant >= 0.9 && < 0.11
38
+ , servant >= 0.9 && < 0.12
39
39
, text >= 0.11
40
40
, tz == 0.1. *
41
41
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments