about summary refs log tree commit diff
path: root/TazBlog.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'TazBlog.cabal')
-rw-r--r--TazBlog.cabal31
1 files changed, 31 insertions, 0 deletions
diff --git a/TazBlog.cabal b/TazBlog.cabal
new file mode 100644
index 000000000000..2559a696132e
--- /dev/null
+++ b/TazBlog.cabal
@@ -0,0 +1,31 @@
+Name:                TazBlog
+Version:             3.0
+Synopsis:            Tazjin's Blog
+License-file:        LICENSE
+Author:              Vincent Ambo
+Maintainer:          tazjin@gmail.com
+Category:            Web blog
+Build-type:          Simple
+cabal-version:       >= 1.2
+
+
+Executable tazblog
+  hs-source-dirs: src
+  main-is: Main.hs
+
+  Build-depends:
+    base,
+    bytestring,
+    happstack-server,
+    text,
+    blaze-html,
+    crypto-api,
+    cryptohash,
+    old-locale,
+    time,
+    base64-bytestring,
+    acid-state,
+    ixset,
+    safecopy,
+    mtl,
+    transformers
\ No newline at end of file