aboutsummaryrefslogtreecommitdiff
path: root/lib/Web/OpenWeatherMap/Types/Clouds.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Web/OpenWeatherMap/Types/Clouds.hs')
-rw-r--r--lib/Web/OpenWeatherMap/Types/Clouds.hs8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/Web/OpenWeatherMap/Types/Clouds.hs b/lib/Web/OpenWeatherMap/Types/Clouds.hs
index 4aec757..f1b8e1e 100644
--- a/lib/Web/OpenWeatherMap/Types/Clouds.hs
+++ b/lib/Web/OpenWeatherMap/Types/Clouds.hs
@@ -9,6 +9,8 @@ import GHC.Generics (Generic)
import Data.Aeson (FromJSON)
-data Clouds = Clouds
- { all :: Double
- } deriving (Show, Generic, FromJSON)
+data Clouds =
+ Clouds
+ { all :: Double
+ }
+ deriving (Show, Generic, FromJSON)