mirror of
https://github.com/andrewthad/country.git
synced 2024-12-01 22:32:52 +03:00
Haskell data types and functions for countries
country | ||
country-code-generation | ||
.gitignore | ||
.travis.yml | ||
aliases.txt | ||
cabal.project | ||
countries.csv | ||
generate | ||
LICENSE | ||
README.md | ||
stack-8.0.yaml | ||
stack-8.2.yaml | ||
stack-8.4.yaml | ||
stack.yaml |
country
This is a mega-repo with two projects:
country
: A library for dealing with countries, country codes, etc.country-code-generation
: An executable that generates some of the source code incountry
. It converts bothcountries.csv
andaliases.txt
into lists of tuples.