weather-api 0.1.0 → 0.2.0
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- WeatherApi.hs +1/−1
- weather-api.cabal +1/−1
WeatherApi.hs view
@@ -59,7 +59,7 @@ , condition :: String } deriving (Eq, Show) -data ApiError = NotFoundError String | NetworkError String+data ApiError = NotFoundError String | NetworkError String deriving Show type ApiResponse = Either ApiError Weather mkWeatherHandler c@(Config apiHost apiPort queryFun) =
weather-api.cabal view
@@ -1,5 +1,5 @@ Name: weather-api-Version: 0.1.0+Version: 0.2.0 Synopsis: Weather api implemented in haskell Description: This library implement generic api for retrieving weather