Weather 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+14/−14 lines, 2 filesdep ~aesondep ~basedep ~bytestring
Dependency ranges changed: aeson, base, bytestring, text, unordered-containers
Files
- Weather.cabal +6/−6
- Weather.cabal~ +8/−8
Weather.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: Weather-version: 0.1.0.1+version: 0.1.0.2 synopsis: Library for interacting with the Weather Underground JSON API. description: Weather is a simple library for interacting with the Weather Underground JSON API. It is not complete, but it may be useful still. homepage: https://github.com/bstamour/weather@@ -20,11 +20,11 @@ exposed-modules: Net.Weather -- other-modules: -- other-extensions:- build-depends: base >= 4.7.0.2 && < 5+ build-depends: base == 4.* , HTTP >= 4000.2.12- , text >= 1.1.0.1- , unordered-containers >= 0.2.5.1- , aeson >= 0.8.0.2- , bytestring >= 0.10.4.0+ , text >= 1.1.0+ , unordered-containers >= 0.2.5+ , aeson >= 0.8.0+ , bytestring >= 0.10.4 hs-source-dirs: src default-language: Haskell2010
Weather.cabal~ view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: Weather-version: 0.1.0.0+version: 0.1.0.2 synopsis: Library for interacting with the Weather Underground JSON API. description: Weather is a simple library for interacting with the Weather Underground JSON API. It is not complete, but it may be useful still. homepage: https://github.com/bstamour/weather@@ -11,20 +11,20 @@ author: Bryan St. Amour maintainer: bryan@bryanstamour.com -- copyright:-category: Web+category: Net build-type: Simple -- extra-source-files: cabal-version: >=1.10 library- exposed-modules: Web.Weather+ exposed-modules: Net.Weather -- other-modules: -- other-extensions:- build-depends: base >= 4.7.0.2 && < 5+ build-depends: base >= 4.7.0 , HTTP >= 4000.2.12- , text >= 1.1.0.1- , unordered-containers >= 0.2.5.1- , aeson >= 0.8.0.2- , bytestring >= 0.10.4.0+ , text >= 1.1.0+ , unordered-containers >= 0.2.5+ , aeson >= 0.8.0+ , bytestring >= 0.10.4 hs-source-dirs: src default-language: Haskell2010