packages feed

servius-1.2.0.1: servius.cabal

name: servius
version: 1.2.0.1
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE
copyright: 2015 Michael Snoyman
maintainer: michael@snoyman.com
homepage: http://github.com/snoyberg/servius#readme
synopsis: Warp web server with template rendering
description:
    Please see README.md
category: Web
author: Michael Snoyman
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
    type: git
    location: https://github.com/snoyberg/servius

executable servius
    main-is: servius.hs
    build-depends:
        base >=4.8.1.0 && <4.9,
        blaze-builder >=0.4.0.1 && <0.5,
        blaze-html >=0.8.1.1 && <0.9,
        bytestring >=0.10.6.0 && <0.11,
        http-types >=0.8.6 && <0.9,
        markdown >=0.1.13.2 && <0.2,
        shakespeare >=2.0.6 && <2.1,
        text >=1.2.1.3 && <1.3,
        wai >=3.0.4.0 && <3.1,
        wai-app-static >=3.1.1 && <3.2
    default-language: Haskell2010
    hs-source-dirs: app
    ghc-options: -threaded -rtsopts -with-rtsopts=-N