aboutsummaryrefslogtreecommitdiff
path: root/openweathermap.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'openweathermap.cabal')
-rw-r--r--openweathermap.cabal6
1 files changed, 4 insertions, 2 deletions
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