aboutsummaryrefslogtreecommitdiff
path: root/openweathermap.cabal
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2020-04-19 12:26:49 +0200
committerIgor Pashev <pashev.igor@gmail.com>2020-04-19 16:30:08 +0200
commit0b1981ef40404802a828f2a91ecadba3c2453034 (patch)
tree4471665b7598940cf75b954e78d49cfcce8d4453 /openweathermap.cabal
parent3f86e251e8566c36e75bb5b6f8657ad5e0d120dd (diff)
downloadopenweathermap-0b1981ef40404802a828f2a91ecadba3c2453034.tar.gz
Add forecast weather API
Diffstat (limited to 'openweathermap.cabal')
-rw-r--r--openweathermap.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/openweathermap.cabal b/openweathermap.cabal
index f4a9c76..dad65c2 100644
--- a/openweathermap.cabal
+++ b/openweathermap.cabal
@@ -34,9 +34,12 @@ library
exposed-modules:
Web.OpenWeatherMap.API
Web.OpenWeatherMap.Client
+ Web.OpenWeatherMap.Types.City
Web.OpenWeatherMap.Types.Clouds
Web.OpenWeatherMap.Types.Coord
Web.OpenWeatherMap.Types.CurrentWeather
+ Web.OpenWeatherMap.Types.Forecast
+ Web.OpenWeatherMap.Types.ForecastWeather
Web.OpenWeatherMap.Types.Main
Web.OpenWeatherMap.Types.Sys
Web.OpenWeatherMap.Types.Weather
@@ -47,12 +50,14 @@ executable openweathermap
ghc-options: -Wall -static
hs-source-dirs: cmd
main-is: Main.hs
+ other-modules: Print
if flag(cmd)
build-depends:
base >= 4.9 && < 5
, directory
, openweathermap
, optparse-applicative >= 0.13.0.0
+ , time
, xdg-basedir
else
buildable: False