about summary refs log tree commit diff
path: root/tazblog.cabal
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2015-11-20T00·53+0100
committerVincent Ambo <tazjin@gmail.com>2015-11-20T00·53+0100
commit1342e8fb1d86c9f1349dff2c587be5b4f67b6b86 (patch)
tree941a28ef06abdc01e06ad2ff1adfa991fd7249d4 /tazblog.cabal
parentc60a85638820ac94ee7232515fe87d76f54893a7 (diff)
Reinstate some language handling
Diffstat (limited to 'tazblog.cabal')
-rw-r--r--tazblog.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/tazblog.cabal b/tazblog.cabal
index ee759dfb04..5de69e26b4 100644
--- a/tazblog.cabal
+++ b/tazblog.cabal
@@ -1,5 +1,5 @@
 Name:                tazblog
-Version:             5.0
+Version:             5.0.1
 Synopsis:            Tazjin's Blog
 License:             MIT
 License-file:        LICENSE
@@ -11,7 +11,7 @@ cabal-version:       >= 1.10
 
 library
   hs-source-dirs: src
-  default-language:    Haskell2010
+  default-language: Haskell2010
   exposed-modules: Blog, BlogDB, Locales, Server, RSS
   build-depends: base,
                  bytestring,