hl/hl.cabal
2014-03-15 03:47:12 +01:00

41 lines
1.4 KiB
Text

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/
ghc-options: -Wall -O2
main-is: Main.hs
build-depends: monad-extras == 0.5.4,
filepath == 1.3.0.0,
markdown == 0.1.7,
xml-conduit == 1.1.0.9,
conduit == 1.0.15,
warp == 2.0.3.2,
wai-logger == 2.1.1,
fast-logger == 2.1.5,
yesod-core == 1.2.6.4,
text == 0.11.3.1,
lifted-base == 0.2.1.1,
yesod == 1.2.4,
yesod-static == 1.2.2.1,
base >= 4 && < 5,
foreign-store == 0.0,
blaze == 0.0.2,
css == 0.1,
directory == 1.1.0.2,
pandoc == 1.12.3.3,
pandoc-types == 1.12.3.2,
http-conduit == 2.0.0.5,
hscolour == 1.20.3,
text-icu == 0.6.3.7,
bytestring == 0.9.2.1