packages feed

google-maps-geocoding-0.1.0.0: google-maps-geocoding.cabal

name:                google-maps-geocoding
version:             0.1.0.0
synopsis:            Google Maps Geocoding API bindings
description:         The Google Maps Geocoding API provides a direct way to
                     access geocoding and reverse geocoding services via an HTTP
                     request.
homepage:            https://github.com/mpilgrem/google-maps-geocoding#readme
bug-reports:         https://github.com/mpilgrem/google-maps-geocoding/issues
license:             BSD3
license-file:        LICENSE
author:              Mike Pilgrem
maintainer:          public@pilgrem.com
copyright:           Mike Pilgrem
category:            Web
build-type:          Simple
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Web.Google.Maps.Geocoding
  build-depends:       base >= 4.7 && < 5
                     , aeson >= 1.0 && < 1.1
                     , http-client >= 0.5 && < 0.6
                     , servant >= 0.9 && < 0.10
                     , servant-client >= 0.9 && <0.10
                     , text >= 1.2 && < 1.3
  default-language:    Haskell2010

source-repository head
  type:                git
  location:            https://github.com/mpilgrem/google-maps-geocoding.git