packages feed

weather-api-0.4.3: weather-api.cabal

Name:              weather-api
Version:           0.4.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.

Homepage: https://github.com/cvb/hs-weather-api.git
License:           MIT
License-file:      LICENSE
Author:            Peter
Maintainer:        peter@standalone.su
Build-type:        Simple
Category:          API

Cabal-version:     >= 1.6
Library
  Exposed-modules: WeatherApi, WeatherApi.WWOnline
  Other-modules:
    WeatherApi.Util
  Build-depends:   base          == 4.*
                  ,network       == 2.4.*
                  ,HTTP          == 4000.2.*
                  ,utf8-string   == 0.3.7
                  ,aeson         == 0.6.*
                  ,bytestring    == 0.10.*
                  ,attoparsec    == 0.10.*
                  ,vector        >= 0.9

source-repository head
  type:     git
  location: git://github.com/cvb/hs-weather-api.git