ca-province-codes: ISO 3166-2:CA Province Codes and Names

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package contains a Code data type containing each Canadian Province and Territory, as well as functions for converting from and to the English subdivision names.


[Skip to Readme]

Properties

Versions 0.1.0.0, 1.0.0.0
Change log CHANGELOG.md
Dependencies aeson (>=1 && <2), base (>=4.7 && <5), text (>=1 && <2) [details]
License BSD-3-Clause
Copyright 2019, Pavan Rikhi
Author Pavan Rikhi
Maintainer pavan.rikhi@gmail.com
Category Data
Home page https://github.com/prikhi/ca-province-codes#readme
Bug tracker https://github.com/prikhi/ca-province-codes/issues
Source repo head: git clone https://github.com/prikhi/ca-province-codes
Uploaded by lysergia at 2019-01-28T13:28:26Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for ca-province-codes-0.1.0.0

[back to package description]

ISO 3166-2:CA Province/Territory Codes

Build Status

This is a Haskell package that provides a data type for Canadian ISO 3166-2 Province and Territory codes, as well as functions for converting codes into their English subdivision names.

Building

Use stack to build this for local development:

stack build --pedantic --test --haddock --file-watch 

Prior Art

The API for this package is based off of the state-codes and iso3166-country-codes packages.

License

BSD-3, exceptions available.