diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Web/OpenWeatherMap/Types/CurrentWeather.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Web/OpenWeatherMap/Types/CurrentWeather.hs b/lib/Web/OpenWeatherMap/Types/CurrentWeather.hs index 02d3371..7131dfe 100644 --- a/lib/Web/OpenWeatherMap/Types/CurrentWeather.hs +++ b/lib/Web/OpenWeatherMap/Types/CurrentWeather.hs @@ -29,6 +29,7 @@ data CurrentWeather = , clouds :: Clouds , dt :: Int , sys :: Sys + , timezone :: Int , id :: Int , name :: String , cod :: Int |