Haskell data types and functions for countries
Go to file
2018-08-23 10:32:16 -04:00
country cocos islands 2018-08-23 10:32:16 -04:00
country-code-generation add lithuania 2018-08-23 09:50:24 -04:00
.gitignore tweak some bounds 2018-07-03 09:13:24 -04:00
.travis.yml add GHC 8.4 to travis 2018-03-27 14:50:02 -04:00
aliases.txt cocos islands 2018-08-23 10:32:16 -04:00
cabal.project tweak some bounds 2018-07-03 09:13:24 -04:00
countries.csv add support for Kosovo, even though it only has a temporary code from the EU for now 2017-07-20 22:26:36 -04:00
generate cocos islands 2018-08-23 10:32:16 -04:00
LICENSE initial commit 2017-06-11 23:01:34 -04:00
README.md add decodeUtf8, add a lot more aliases, add code generation for aliases 2017-11-05 15:39:06 -05:00
stack-8.0.yaml Add a Travis setup 2018-03-07 22:31:34 +02:00
stack-8.2.yaml Add a Travis setup 2018-03-07 22:31:34 +02:00
stack-8.4.yaml Add Generic and NFData instances 2018-07-03 15:22:59 +03:00
stack.yaml redo stack files 2018-07-03 09:15:17 -04:00

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 in country. It converts both countries.csv and aliases.txt into lists of tuples.