aboutsummaryrefslogtreecommitdiff
path: root/openweathermap.cabal
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2020-06-28 17:36:49 +0200
committerIgor Pashev <pashev.igor@gmail.com>2020-06-28 17:36:49 +0200
commit27b29703a46bcde319961c2b52d38da3513a1da8 (patch)
tree474c50433763dd491e4ab213c24072f6f06ecc1d /openweathermap.cabal
parente7a5255ed66162cebea785af30d3b534649ab24b (diff)
downloadopenweathermap-27b29703a46bcde319961c2b52d38da3513a1da8.tar.gz
Make location a part of API
Diffstat (limited to 'openweathermap.cabal')
-rw-r--r--openweathermap.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/openweathermap.cabal b/openweathermap.cabal
index dad65c2..91a81f8 100644
--- a/openweathermap.cabal
+++ b/openweathermap.cabal
@@ -28,9 +28,11 @@ library
build-depends:
base >= 4.9 && < 5
, aeson
+ , http-api-data
, http-client
, servant
, servant-client >= 0.16
+ , servant-client-core
exposed-modules:
Web.OpenWeatherMap.API
Web.OpenWeatherMap.Client
@@ -40,6 +42,7 @@ library
Web.OpenWeatherMap.Types.CurrentWeather
Web.OpenWeatherMap.Types.Forecast
Web.OpenWeatherMap.Types.ForecastWeather
+ Web.OpenWeatherMap.Types.Location
Web.OpenWeatherMap.Types.Main
Web.OpenWeatherMap.Types.Sys
Web.OpenWeatherMap.Types.Weather