-- Initial velo.cabal generated by cabal init.  For further documentation,
-- see http://haskell.org/cabal/users-guide/

Name:               jcdecaux-vls
Version:            0.1.0
Synopsis:           JCDecaux self-service bicycles API client
Description:        The JCDecaux self-service bicycles API provides access to real-time
                    informations on the stations & contracts of the service.
Homepage:           http://github.com/Herzult/jcdecaux-vls
License:            MIT
License-file:       LICENSE
Author:             Antoine Hérault
Maintainer:         antoine.herault@gmail.com
Copyright:          Copyright 2013 Antoine Hérault
Category:           Web
Build-type:         Simple
Cabal-version:      >=1.8

Library
  Exposed-modules:  JCDecaux.Vls
                  , JCDecaux.Vls.Api
                  , JCDecaux.Vls.Types

  Build-depends:    base == 4.6.*
                  , text
                  , bytestring
                  , http-conduit
                  , transformers
                  , aeson

Source-Repository head
  Type:             git
  Location:         https://github.com/Herzult/hs-jcdecaux-vls