srv-0.1.0.0: srv.cabal
cabal-version: 1.12
name: srv
version: 0.1.0.0
license: Apache-2.0
license-file: LICENSE
copyright: 2022 Thomas Mahler
maintainer: thma@apache.org
author: Thomas Mahler
homepage: https://github.com/thma/srv#readme
bug-reports: https://github.com/thma/srv/issues
synopsis: A simple web server for local usage.
description:
Please see the README on GitHub at <https://github.com/thma/srv#readme>
category: Web
build-type: Simple
extra-source-files: README.md
source-repository head
type: git
location: https://github.com/thma/srv
executable srv
main-is: Main.hs
hs-source-dirs: app
other-modules:
DemoCertificate
Paths_srv
default-language: Haskell2010
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
async <2.3,
base >=4.7 && <5,
bytestring <0.12,
containers <0.7,
directory <1.4,
raw-strings-qq <1.2,
wai <3.3,
wai-app-static <3.2,
warp <3.4,
warp-tls <3.4,
yaml <0.12