-
-
Notifications
You must be signed in to change notification settings - Fork 422
Expand file tree
/
Copy pathhttps.cabal
More file actions
23 lines (22 loc) · 848 Bytes
/
https.cabal
File metadata and controls
23 lines (22 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cabal-version: 2.2
name: cookbook-https
version: 0.1
synopsis: HTTPS cookbook example
homepage: http://docs.servant.dev/
license: BSD-3-Clause
license-file: ../../../servant/LICENSE
author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
executable cookbook-https
main-is: Https.lhs
build-depends: base == 4.*
, servant
, servant-server
, wai >= 3.2
, warp >= 3.4.9
, warp-tls >= 3.3.4
, markdown-unlit >= 0.5.1
default-language: GHC2021
ghc-options: -Wall -pgmL markdown-unlit
build-tool-depends: markdown-unlit:markdown-unlit