[5.0-beta] Split into library and executable

This commit is contained in:
Vincent Ambo 2015-11-19 18:31:06 +01:00
parent 71b2ccd927
commit 0f6ff6310e
3 changed files with 19 additions and 11 deletions

View file

@ -14,7 +14,7 @@ import BlogDB (BlogLang (..))
data BlogError = NotFound | DBError
version = "4.2"
version = "5.0-beta"
allLang = [EN, DE]