Skip to content

Commit 3ea1b00

Browse files
committed
core v0.2.0.2; client v0.3.0.2
1 parent 86e75d4 commit 3ea1b00

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ziptastic-client/ziptastic-client.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ziptastic-client
2-
version: 0.3.0.1
2+
version: 0.3.0.2
33
synopsis:
44
A type-safe client for the Ziptastic API for doing forward and reverse geocoding.
55
description:
@@ -31,10 +31,10 @@ 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.11
35+
, servant-client >= 0.9 && < 0.11
3636
, text
37-
, ziptastic-core == 0.2.0.1
37+
, ziptastic-core >= 0.2.0.1 && < 0.2.1
3838
default-language: Haskell2010
3939
other-extensions:
4040
DataKinds

ziptastic-core/ziptastic-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ziptastic-core
2-
version: 0.2.0.1
2+
version: 0.2.0.2
33
synopsis:
44
Core Servant specification for the Ziptastic API for doing forward and reverse geocoding.
55
description:

0 commit comments

Comments
 (0)