state-codes

ISO 3166-2:US state codes and i18n names

https://github.com/acamino/state-codes#README

Version on this page:0.1.2
LTS Haskell 22.14:0.1.3
Stackage Nightly 2024-03-28:0.1.3
Latest on Hackage:0.1.3

See all snapshots state-codes appears in

MIT licensed by Agustin Camino
Maintained by [email protected]
This version can be pinned in stack with:state-codes-0.1.2@sha256:19c7df3e55afc60ec7a660afee0c55a85c2f3ec66a9494e14d26a9e87fb076f7,1611

Module documentation for 0.1.2

state-codes

Build Status Hackage version

This package provides the ISO 3166-2:US state codes and i18n names. This work is entirely based on the package Data.CountryCodes.

Local Development

  1. Fork the project on GitHub and clone your fork locally.

    $ git clone [email protected]:acamino/state-codes.git
    $ cd state-codes
    $ git remote add upstream https://github.com/acamino/state-codes.git
    
  2. Install Stack.

  3. Get the appropriate GHC for the project.

    $ stack setup
    
  4. If you want to launch a REPL and have fun with this program.

    $ stack repl
    

Issues & Support

Please file tickets for bug or problems.

Contributing

Edits and enhancements are welcome. Just fork the repository, make your changes and send me a pull request.

Licence

The code in this repository is licensed under the terms of the MIT License.
Please see the LICENSE file for details.