Popularity
0.7
Declining
Activity
0.0
Stable
2
1
0

Monthly Downloads: 21
Programming language: Haskell
License: MIT License
Tags: Data     State    
Latest version: v0.1.2
Add another 'state' Package

README

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
  1. Install Stack.

  2. Get the appropriate GHC for the project.

   $ stack setup
  1. 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](LICENSE) file for details.


*Note that all licence references and agreements mentioned in the state-codes README section above are relevant to that project's source code only.