[5.0-beta] Split into library and executable
This commit is contained in:
parent
71b2ccd927
commit
0f6ff6310e
3 changed files with 19 additions and 11 deletions
|
|
@ -1,50 +0,0 @@
|
|||
Name: TazBlog
|
||||
Version: 4.2
|
||||
Synopsis: Tazjin's Blog
|
||||
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
|
||||
ghc-options: -O2
|
||||
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
|
||||
extensions:
|
||||
DeriveDataTypeable
|
||||
FlexibleContexts
|
||||
GeneralizedNewtypeDeriving
|
||||
MultiParamTypeClasses
|
||||
OverloadedStrings
|
||||
RecordWildCards
|
||||
ScopedTypeVariables
|
||||
TemplateHaskell
|
||||
TypeFamilies
|
||||
QuasiQuotes
|
||||
Loading…
Add table
Add a link
Reference in a new issue