about summary refs log tree commit diff
path: root/TazBlog.cabal
blob: 2559a696132e474121df0c92e690b5ed9d8a5569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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