packages feed

weather-api-0.0: weather-api.cabal

Name:              weather-api
Version:           0.0
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.Google
  Build-depends:   base          == 4.*
                  ,network       == 2.3.*
                  ,hxt           == 9.2.*
                  ,HTTP          == 4000.2.*
                  ,resource-pool == 0.2.1.*

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