packages feed

servius-1.2.2.0: servius.cabal

cabal-version: >= 1.10

-- This file has been generated from package.yaml by hpack version 0.29.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9c275b1b992c284f219cfbb5ac99011d456d3d7310f7638c06e1141c77de67b3

name:           servius
version:        1.2.2.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
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