tvl-depot/services/tazblog/tazblog.cabal
Vincent Ambo 561ed1fbbb chore(tazblog): Remove i18n features
The blog has been English only for a few years. Old entries that
survived the migration to DNS will still be accessible.
2019-08-25 22:53:38 +01:00

58 lines
1.5 KiB
Text

Name: tazblog
Version: 6.0.0
Synopsis: Tazjin's Blog
License: MIT
Author: Vincent Ambo
Maintainer: mail@tazj.in
Category: Web blog
Build-type: Simple
cabal-version: >= 1.10
library
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -W
exposed-modules: Blog, BlogStore, Server, RSS
build-depends: aeson,
base,
bytestring,
happstack-server,
text,
blaze-html,
blaze-markup,
cache,
dns,
crypto-api,
cryptohash,
old-locale,
time,
base64-bytestring,
mtl,
transformers,
network,
network-uri,
rss,
hamlet,
shakespeare,
markdown
default-extensions:
DeriveDataTypeable
FlexibleContexts
GeneralizedNewtypeDeriving
MultiParamTypeClasses
OverloadedStrings
RecordWildCards
ScopedTypeVariables
TemplateHaskell
TypeFamilies
QuasiQuotes
executable tazblog
hs-source-dirs: blog
main-is: Main.hs
default-language: Haskell2010
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base,
tazblog,
options,
network