aboutsummaryrefslogtreecommitdiff
path: root/openweathermap.cabal
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2020-04-07 15:59:30 +0200
committerIgor Pashev <pashev.igor@gmail.com>2020-04-07 15:59:30 +0200
commit5dfa745cdb17b4b7bc84cf11e5d4b5ac19b65248 (patch)
tree9d40d305b8b01f83f2d254689f4791eaaa9f537a /openweathermap.cabal
parent1882add7df3ea1a77f893aaf1692e62df68e5093 (diff)
downloadopenweathermap-5dfa745cdb17b4b7bc84cf11e5d4b5ac19b65248.tar.gz
Use ClientError from servant-client >= 0.16
Diffstat (limited to 'openweathermap.cabal')
-rw-r--r--openweathermap.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/openweathermap.cabal b/openweathermap.cabal
index 4565f71..8ba748f 100644
--- a/openweathermap.cabal
+++ b/openweathermap.cabal
@@ -30,7 +30,7 @@ library
, aeson
, http-client
, servant
- , servant-client >= 0.13
+ , servant-client >= 0.16
exposed-modules:
Web.OpenWeatherMap.API
Web.OpenWeatherMap.Client