File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.0.1
4+
5+ * Improve documentation for region fields.
6+ * Support GHC 7.8.
7+
38## 0.3.0.0
49
510 * Detect if a ` Manager ` supports TLS and switch between HTTP and HTTPS automatically.
Original file line number Diff line number Diff line change 11name : ziptastic-client
2- version : 0.3.0.0
2+ version : 0.3.0.1
33synopsis :
44 A type-safe client for the Ziptastic API for doing forward and reverse geocoding.
55description :
@@ -34,7 +34,7 @@ library
3434 , servant >= 0.9 && <= 0.11
3535 , servant-client >= 0.9 && <= 0.11
3636 , text
37- , ziptastic-core == 0.2.0.0
37+ , ziptastic-core == 0.2.0.1
3838 default-language : Haskell2010
3939 other-extensions :
4040 DataKinds
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0.1
4+
5+ * Support GHC 7.8.
6+
37## 0.2.0.0
48
59 * Don't export scheme and port for base URL since Ziptastic supports both HTTP and HTTPS.
Original file line number Diff line number Diff line change 11name : ziptastic-core
2- version : 0.2.0.0
2+ version : 0.2.0.1
33synopsis :
44 Core Servant specification for the Ziptastic API for doing forward and reverse geocoding.
55description :
You can’t perform that action at this time.
0 commit comments