From eaa9ed5b981375167d3c0f31d6eeff84a397e547 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 13 Mar 2012 19:50:13 +0100 Subject: * removed dependency on Network.CGI * Cabal & License file --- TazBlog.cabal | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 TazBlog.cabal (limited to 'TazBlog.cabal') 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 -- cgit 1.4.1