diff options
author | Vincent Ambo <tazjin@googlemail.com> | 2012-04-04T02·13+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@googlemail.com> | 2012-04-04T02·13+0200 |
commit | d1297a50b53317c381f7ff9a1146fe8a314ac0bc (patch) | |
tree | 9696ab89b7880d410a2537174fff275da0bce77e /src | |
parent | d15a01007ee50d5b7c75a186b6c4d72fc47b45b7 (diff) |
* typo in cabal file
Diffstat (limited to 'src')
-rw-r--r-- | src/Locales.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Locales.hs b/src/Locales.hs index b49434303658..e7f87afa466f 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -16,7 +16,7 @@ import BlogDB (BlogLang (..)) data BlogError = NotFound | DBError -version = "3.3" +version = "3.3.1" allLang = [EN, DE] |