opench-meteo 0.2.0.2 → 0.2.0.3
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~aesondep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base
API changes (from Hackage documentation)
Files
- opench-meteo.cabal +5/−5
opench-meteo.cabal view
@@ -1,8 +1,8 @@--- Initial opench-meteo.cabal generated by cabal init. For further +-- Initial opench-meteo.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: opench-meteo-version: 0.2.0.2+version: 0.2.0.3 synopsis: A Haskell implementation of the Swiss Meteo Net data API description: OpenData SMN is a REST API for <http://www.meteoswiss.admin.ch/home/measurement-and-forecasting-systems/land-based-stations/automatisches-messnetz.html SwissMetNet > data. The module Data.Meteo.Swiss contains the main documentation.@@ -11,7 +11,7 @@ license-file: LICENSE author: Roland Senn maintainer: rsx@bluewin.ch-copyright: Copyright by Roland Senn +copyright: Copyright by Roland Senn category: Data build-type: Simple extra-source-files: ChangeLog.md@@ -22,8 +22,8 @@ other-modules: Data.Meteo.Swiss.Types , Data.Meteo.Swiss.Urls other-extensions: OverloadedStrings- build-depends: base >=4.8 && < 4.11- , aeson >=0.8 && < 1.3+ build-depends: base >=4.8 && < 4.13+ , aeson >=0.8 && < 1.5 , data-default >= 0.5 && < 0.8 , text >=1.2 && < 1.3 , time >=1.5 && < 1.9