packages feed

servius-1.2.0.3: servius.cabal

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

executable servius
  hs-source-dirs:      app
  main-is:             servius.hs
  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
  build-depends:       base >= 4 && < 5
                     , blaze-builder
                     , blaze-html
                     , bytestring
                     , http-types
                     , markdown
                     , shakespeare
                     , text
                     , wai
                     , wai-app-static
  default-language:    Haskell2010

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