From 5dfa745cdb17b4b7bc84cf11e5d4b5ac19b65248 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 7 Apr 2020 15:59:30 +0200 Subject: Use ClientError from servant-client >= 0.16 --- openweathermap.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openweathermap.cabal') 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 -- cgit v1.2.3