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