-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathscotty-tls.cabal
30 lines (30 loc) · 999 Bytes
/
scotty-tls.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: scotty-tls
version: 0.4.2
synopsis: TLS for Scotty
description: Run your Scotty apps over TLS
homepage: https://github.com/dmjio/scotty-tls.git
license: BSD3
license-file: LICENSE
author: David Johnson
maintainer: [email protected]
category: Web
build-type: Simple
cabal-version: >=1.10
Extra-source-files:
CHANGELOG.md
README.md
examples/Main.hs
library
exposed-modules: Web.Scotty.TLS
other-extensions: RankNTypes
build-depends: base >=4.3.1 && < 5,
scotty >=0.10.0,
warp >= 1.3.4.1,
warp-tls >= 3.1.0,
wai >= 1.3.0.1,
transformers >= 0.3.0.0
GHC-options: -Wall -fno-warn-orphans
default-language: Haskell2010
source-repository head
type: git
location: git://github.com/dmjio/scotty-tls.git