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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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


[Skip to Readme]

Properties

Versions 0.1.0, 0.1.1, 0.1.2, 0.1.2, 0.1.3
Change log None available
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-08-26T22:06:42Z

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


Readme for state-codes-0.1.2

[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.