-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: weather-api version: 0.4.3.3 synopsis: Weather API implemented in Haskell description: This library implement generic API for retrieving weather by HTTP, and has Google weather API as example. category: API homepage: https://github.com/cvb/hs-weather-api#readme bug-reports: https://github.com/cvb/hs-weather-api/issues author: Peter maintainer: peter@standalone.su license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/cvb/hs-weather-api library build-depends: base < 5 , HTTP == 4000.3.* , aeson == 1.0.* , attoparsec == 0.13.* , bytestring == 0.10.* , network == 2.6.* , network-uri == 2.6.* , utf8-string == 1.0.* , vector == 0.11.* exposed-modules: WeatherApi WeatherApi.WWOnline other-modules: WeatherApi.Util default-language: Haskell2010