ziptastic-core

Core Servant specification for the Ziptastic API for doing forward and reverse geocoding.

https://github.com/Ziptastic/ziptastic-haskell#readme

LTS Haskell 10.10:0.2.0.3
Stackage Nightly 2017-12-24:0.2.0.3
Latest on Hackage:0.2.0.3

See all snapshots ziptastic-core appears in

BSD-3-Clause licensed by Elliot Cameron
Maintained by [email protected]
This version can be pinned in stack with:ziptastic-core-0.2.0.3@sha256:985d260767cfed3724774e3746e0f3195b33d3282f6cd65c312816ee8020fc40,2194

Module documentation for 0.2.0.3

ziptastic-core

Haskell Programming Language BSD3 License Hackage Build status Hackage-Deps

Core Servant specification for the Ziptastic API providing forward and reverse geocoding via country, zip code (postal code), latitude, and longitude.

This package is maintained by Grafted-In.

If you want to use the Ziptastic API in your application, try the ziptastic-client package.

Changes

Changelog

0.2.0.3

  • Allow servant version 0.11.

0.2.0.2

  • Allow aeson version 1.2.

0.2.0.1

  • Support GHC 7.8.

0.2.0.0

  • Don’t export scheme and port for base URL since Ziptastic supports both HTTP and HTTPS.
  • Change LANGUAGE pragma formatting to support older GHCs.

0.1.0.1

  • Add version bounds.
  • Clean up documentation and meta information.
  • Add change log.

0.1.0.0

  • Initial release.