packages feed

weather-api-0.4.3.2: weather-api.cabal

-- 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.2
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
    , aeson
    , attoparsec
    , bytestring
    , network
    , network-uri
    , utf8-string
    , vector
  exposed-modules:
      WeatherApi
      WeatherApi.WWOnline
  other-modules:
      Paths_weather_api
  default-language: Haskell2010