weather-api 0.3.0 → 0.4.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~bytestringdep ~vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, vector
API changes (from Hackage documentation)
Files
- weather-api.cabal +3/−3
weather-api.cabal view
@@ -1,5 +1,5 @@ Name: weather-api-Version: 0.3.0+Version: 0.4.0 Synopsis: Weather api implemented in haskell Description: This library implement generic api for retrieving weather@@ -23,9 +23,9 @@ ,HTTP == 4000.2.* ,utf8-string == 0.3.7 ,aeson == 0.6.*- ,bytestring == 0.9.*+ ,bytestring == 0.10.* ,attoparsec == 0.10.*- ,vector == 0.10.*+ ,vector >= 0.9 source-repository head type: git