-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreverse-geocoding.cabal
35 lines (33 loc) · 1.34 KB
/
reverse-geocoding.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: reverse-geocoding
version: 0.3.1.0
synopsis: Simple reverse geocoding using OpenStreeMap
description: Simple reverse geocoding using OpenStreeMap
homepage: https://github.com/jcristovao/reverse-geocoding
license: BSD3
license-file: LICENSE
author: João Cristóvão
maintainer: [email protected]
-- copyright:
category: Data
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Data.Geolocation.Reverse.Types
Data.Geolocation.Reverse.Providers
Data.Geolocation.Reverse
-- other-modules:
other-extensions: OverloadedStrings
build-depends: base >= 4.6
, lens >= 4.4
, lens-aeson >= 1.0.0.5 && < 1.3
, wreq >= 0.4
, aeson >= 0.10
, text >= 1.2
, iso3166-country-codes >= 0.20140203.7
, hashable
, unordered-containers
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/jcristovao/reverse-geocoding