name: GeocoderOpenCage
version: 0.1.0.1
cabal-version: >= 1.4
build-type: Simple
author: Juergen Hahn
maintainer: hahn@geoinfo.tuwien.ac.at
category: Web
data-files:
src/Geocoder.hs,
src/OpenCageExamples.hs,
src/RevGeocoder.hs
GeocoderOpenCage.cabal,
Setup.hs
license: GPL
license-file: LICENSE
stability: experimental
homepage: https://github.com/juergenhah/Haskell-Geocoder-OpenCage.git
description: uses the OpenCage REST API to geocode and reverse geocode
synopsis: Geocoder and Reverse Geocoding Service Wrapper
library
build-depends:
base >= 4 && <5,
text >= 1.1.1.0 && <2,
HTTP >=4000.2.8 && <4000.3,
bytestring >=0.10.0 && <0.11,
aeson >=0.9
hs-source-dirs: src
ghc-options: -Wall
exposed-modules:
Geocoder,
RevGeocoder,
Main
other-modules:
HTTPWrapper
extensions:
OverloadedStrings