From d625bb9213bc78730f98c556d59813b444235fc4 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 5 Jan 2023 12:41:39 +0200 Subject: Switch to servant 0.19 That has switched from Text to ByteString in appendToQueryString. Co-authored-by: Nikolai Oplachko --- openweathermap.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'openweathermap.cabal') diff --git a/openweathermap.cabal b/openweathermap.cabal index f410d5e..6dbdfe8 100644 --- a/openweathermap.cabal +++ b/openweathermap.cabal @@ -47,11 +47,13 @@ library build-depends: base >=4.9 && <5, aeson -any, + bytestring -any, http-api-data -any, http-client -any, servant -any, - servant-client >=0.16, - servant-client-core -any + servant-client >=0.19, + servant-client-core -any, + text -any executable openweathermap main-is: Main.hs -- cgit v1.2.3