https://github.com/prikhi/mx-state-codes
ISO 3166-2:MX State Codes and Names
https://github.com/prikhi/mx-state-codes
haskell iso3166-2 mexico
Last synced: 2 months ago
JSON representation
ISO 3166-2:MX State Codes and Names
- Host: GitHub
- URL: https://github.com/prikhi/mx-state-codes
- Owner: prikhi
- License: bsd-3-clause
- Created: 2019-11-22T02:45:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T05:06:06.000Z (about 2 years ago)
- Last Synced: 2025-03-23T20:37:17.915Z (3 months ago)
- Topics: haskell, iso3166-2, mexico
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/mx-state-codes
- Size: 15.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ISO 3166-2:MX State Codes
[](https://travis-ci.org/prikhi/mx-state-codes)
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:
```sh
stack build --pedantic --test --haddock --file-watch
```## Prior Art
The API for this package is based off of the
[ca-province-codes](https://hackage.haskell.org/package/mx-state-codes) package
which is based off of the
[state-codes](https://hackage.haskell.org/package/state-codes) and
[iso3166-country-codes](https://hackage.haskell.org/package/iso3166-country-codes)
packages.## License
BSD-3, exceptions available.