[build] Use Stack for building
This commit is contained in:
parent
3a86d653ce
commit
853be2a99c
5 changed files with 55 additions and 36 deletions
|
|
@ -14,37 +14,37 @@ 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,
|
||||
options,
|
||||
rss,
|
||||
hamlet,
|
||||
shakespeare,
|
||||
markdown
|
||||
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
|
||||
DeriveDataTypeable
|
||||
FlexibleContexts
|
||||
GeneralizedNewtypeDeriving
|
||||
MultiParamTypeClasses
|
||||
OverloadedStrings
|
||||
RecordWildCards
|
||||
ScopedTypeVariables
|
||||
TemplateHaskell
|
||||
TypeFamilies
|
||||
QuasiQuotes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue