[build] Use Stack for building

This commit is contained in:
Vincent Ambo 2015-11-19 16:21:15 +01:00
parent 3a86d653ce
commit 853be2a99c
5 changed files with 55 additions and 36 deletions

View file

@ -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