tvl-depot/TazBlog.cabal

51 lines
1.3 KiB
Text
Raw Normal View History

Name: TazBlog
2014-08-22 15:56:03 +02:00
Version: 4.2
Synopsis: Tazjin's Blog
2014-03-19 12:21:43 +01:00
License: MIT
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
2012-04-24 04:38:26 +02:00
ghc-options: -O2
2015-11-19 16:21:15 +01:00
Build-depends: base,
bytestring,
happstack-server,
text,
blaze-html,
blaze-markup,
crypto-api,
cryptohash,
old-locale,
time,
base64-bytestring,
acid-state,
ixset,
safecopy,
mtl,
transformers,
network,
network-uri,
options,
rss,
hamlet,
shakespeare,
markdown
2014-05-18 21:56:39 +02:00
extensions:
2015-11-19 16:21:15 +01:00
DeriveDataTypeable
FlexibleContexts
GeneralizedNewtypeDeriving
MultiParamTypeClasses
OverloadedStrings
RecordWildCards
ScopedTypeVariables
TemplateHaskell
TypeFamilies
QuasiQuotes