From 9cfef7b14ac5af7109449b54b1cb352b4c76167a Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 28 Jun 2020 20:21:27 +0200 Subject: Reformat with hindent --- lib/Web/OpenWeatherMap/Types/CurrentWeather.hs | 28 ++++++++++++++------------ 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'lib/Web/OpenWeatherMap/Types/CurrentWeather.hs') diff --git a/lib/Web/OpenWeatherMap/Types/CurrentWeather.hs b/lib/Web/OpenWeatherMap/Types/CurrentWeather.hs index e7d4464..02d3371 100644 --- a/lib/Web/OpenWeatherMap/Types/CurrentWeather.hs +++ b/lib/Web/OpenWeatherMap/Types/CurrentWeather.hs @@ -19,16 +19,18 @@ import Web.OpenWeatherMap.Types.Wind (Wind) -- | Response to requests for current weather. -- Refer to . -data CurrentWeather = CurrentWeather - { coord :: Coord - , weather :: [Weather] - , base :: String - , main :: Main - , wind :: Wind - , clouds :: Clouds - , dt :: Int - , sys :: Sys - , id :: Int - , name :: String - , cod :: Int - } deriving (Show, Generic, FromJSON) +data CurrentWeather = + CurrentWeather + { coord :: Coord + , weather :: [Weather] + , base :: String + , main :: Main + , wind :: Wind + , clouds :: Clouds + , dt :: Int + , sys :: Sys + , id :: Int + , name :: String + , cod :: Int + } + deriving (Show, Generic, FromJSON) -- cgit v1.2.3