tvl-depot/services/tazblog/tazblog.cabal

40 lines
1 KiB
Text
Raw Normal View History

Name: tazblog
Version: 6.0.0
Synopsis: Tazjin's Blog
2014-03-19 12:21:43 +01:00
License: MIT
Author: Vincent Ambo
Maintainer: mail@tazj.in
Category: Web blog
Build-type: Simple
cabal-version: >= 1.10
library
hs-source-dirs: src
2015-11-20 01:53:38 +01:00
default-language: Haskell2010
2015-11-21 03:04:43 +01:00
ghc-options: -W
exposed-modules: Blog, BlogStore, Server, RSS
build-depends: aeson,
base,
2015-11-19 16:21:15 +01:00
bytestring,
happstack-server,
text,
blaze-html,
dns,
2015-11-19 16:21:15 +01:00
old-locale,
time,
base64-bytestring,
network,
network-uri,
rss,
shakespeare,
markdown
executable tazblog
hs-source-dirs: blog
main-is: Main.hs
default-language: Haskell2010
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base,
2015-11-19 19:04:21 +01:00
tazblog,
network