state-codes: ISO 3166-2:US state codes and i18n names

[ data, library, mit ] [ Propose Tags ]

This package provides the ISO 3166-2:US state codes and i18n names


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
dev

Turn on development settings

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.1.3
Dependencies aeson, base (>=4.7 && <5), shakespeare, text [details]
License MIT
Copyright 2017 Agustin Camino
Author Agustin Camino
Maintainer agustin.camino@gmail.com
Category Data
Home page https://github.com/acamino/state-codes#README
Source repo head: git clone https://github.com/acamino/state-codes.git
Uploaded by acamino at 2017-10-17T00:51:59Z
Distributions LTSHaskell:0.1.3, NixOS:0.1.3, Stackage:0.1.3
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3098 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-10-17 [all 1 reports]

Readme for state-codes-0.1.3

[back to package description]

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 git@github.com: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.