From 0b1981ef40404802a828f2a91ecadba3c2453034 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 19 Apr 2020 12:26:49 +0200 Subject: Add forecast weather API --- openweathermap.cabal | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openweathermap.cabal') 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 -- cgit v1.2.3