* typo in cabal file
This commit is contained in:
parent
d15a01007e
commit
d1297a50b5
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
Name: TazBlog
|
Name: TazBlog
|
||||||
Version: 3.3
|
Version: 3.3.1
|
||||||
Synopsis: Tazjin's Blog
|
Synopsis: Tazjin's Blog
|
||||||
License-file: LICENSE
|
License-file: LICENSE
|
||||||
Author: Vincent Ambo
|
Author: Vincent Ambo
|
||||||
|
@ -32,5 +32,5 @@ Executable tazblog
|
||||||
network,
|
network,
|
||||||
options,
|
options,
|
||||||
rss,
|
rss,
|
||||||
recaptcha.
|
recaptcha,
|
||||||
xhtml
|
xhtml
|
|
@ -16,7 +16,7 @@ import BlogDB (BlogLang (..))
|
||||||
|
|
||||||
data BlogError = NotFound | DBError
|
data BlogError = NotFound | DBError
|
||||||
|
|
||||||
version = "3.3"
|
version = "3.3.1"
|
||||||
|
|
||||||
allLang = [EN, DE]
|
allLang = [EN, DE]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue