* typo in cabal file

This commit is contained in:
Vincent Ambo 2012-04-04 04:13:18 +02:00
parent d15a01007e
commit d1297a50b5
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
Name: TazBlog
Version: 3.3
Version: 3.3.1
Synopsis: Tazjin's Blog
License-file: LICENSE
Author: Vincent Ambo
@ -32,5 +32,5 @@ Executable tazblog
network,
options,
rss,
recaptcha.
recaptcha,
xhtml

View file

@ -16,7 +16,7 @@ import BlogDB (BlogLang (..))
data BlogError = NotFound | DBError
version = "3.3"
version = "3.3.1"
allLang = [EN, DE]