packages feed

servius-1.2.1.0: servius.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1151ed11829ab6be6a43e6e0c30b14f49cb96da7378208df5b8716ef34fa095c

name:           servius
version:        1.2.1.0
synopsis:       Warp web server with template rendering
description:    Please see README.md at https://www.stackage.org/package/servius
category:       Web
homepage:       https://github.com/snoyberg/servius#readme
bug-reports:    https://github.com/snoyberg/servius/issues
author:         Michael Snoyman
maintainer:     michael@snoyman.com
copyright:      2015-2018 Michael Snoyman
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    ChangeLog.md
    README.md

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

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