* 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
|
||||
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
|
|
@ -16,7 +16,7 @@ import BlogDB (BlogLang (..))
|
|||
|
||||
data BlogError = NotFound | DBError
|
||||
|
||||
version = "3.3"
|
||||
version = "3.3.1"
|
||||
|
||||
allLang = [EN, DE]
|
||||
|
||||
|
|
Loading…
Reference in a new issue