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: 0addf38e86fe1815a2e071c049fc8f058cf7597cfc531545431d93db90fc3d47 name: servius version: 1.2.3.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