hl/hl.cabal

42 lines
1.2 KiB
Text
Raw Normal View History

2014-03-01 18:51:02 +00:00
name: hl
version: 0.0.0
synopsis: Haskell web site.
description: Haskell web site.
license: BSD3
license-file: LICENSE
author: Chris Done
maintainer: chrisdone@gmail.com
copyright: 2014 Chris Done
category: Web
build-type: Simple
cabal-version: >=1.8
executable hl
hs-source-dirs: src/
2014-05-28 21:01:31 +00:00
ghc-options: -Wall -O2 -fno-warn-unused-do-bind
2014-03-01 18:51:02 +00:00
main-is: Main.hs
2014-05-27 15:33:22 +00:00
build-depends: blaze-html,
monad-extras,
2014-05-27 09:38:46 +00:00
filepath,
markdown,
xml-conduit,
conduit,
warp,
wai-logger,
fast-logger,
yesod-core,
text,
lifted-base,
yesod,
yesod-static,
2014-03-01 18:51:02 +00:00
base >= 4 && < 5,
2014-05-27 09:38:46 +00:00
foreign-store,
2014-05-27 15:33:22 +00:00
senza,
2014-05-27 09:38:46 +00:00
directory,
pandoc,
pandoc-types,
http-conduit,
hscolour,
text-icu,
bytestring