mx-state-codes: ISO 3166-2:MX State Codes and Names

[ bsd3, data, library ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0
Change log CHANGELOG.md
Dependencies aeson (>=1 && <3), base (>=4.7 && <5), text (>=1 && <3) [details]
License BSD-3-Clause
Copyright 2019, Pavan Rikhi
Author Pavan Rikhi
Maintainer pavan.rikhi@gmail.com
Revised Revision 2 made by lysergia at 2023-05-08T05:05:31Z
Category Data
Home page https://github.com/prikhi/mx-state-codes#readme
Bug tracker https://github.com/prikhi/mx-state-codes/issues
Source repo head: git clone https://github.com/prikhi/mx-state-codes
Uploaded by lysergia at 2019-11-22T03:11:12Z
Distributions LTSHaskell:1.0.0.0, NixOS:1.0.0.0, Stackage:1.0.0.0
Downloads 748 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-11-22 [all 1 reports]

Readme for mx-state-codes-1.0.0.0

[back to package description]

ISO 3166-2:MX State Codes

Build Status

This is a Haskell package that provides a data type for Mexican ISO 3166-2 State 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 ca-province-codes package which is based off of the state-codes and iso3166-country-codes packages.

License

BSD-3, exceptions available.