-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathhappstack-server-tls.cabal
More file actions
63 lines (57 loc) · 2.04 KB
/
happstack-server-tls.cabal
File metadata and controls
63 lines (57 loc) · 2.04 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Name: happstack-server-tls
Version: 7.2.1.7
Synopsis: extend happstack-server with https:// support (TLS/SSL)
Description: Allows you to use https:// without relying on apache, nginx, etc
Homepage: http://www.happstack.com/
License: BSD3
License-file: LICENSE
Author: Jeremy Shaw
Maintainer: jeremy@n-heptane.com
Copyright: 2012-2019, Jeremy Shaw
Category: Web, Happstack
Build-type: Simple
Cabal-version: >=1.10
extra-source-files: README.md
tested-with:
GHC == 9.14.1
GHC == 9.12.2
GHC == 9.10.2
GHC == 9.8.2
GHC == 9.6.7
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
GHC == 8.6.5
GHC == 8.4.4
GHC == 8.2.2
GHC == 8.0.2
source-repository head
type: git
location: https://github.com/Happstack/happstack-server-tls.git
Library
Default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall -fno-warn-unused-do-bind
Exposed-modules: Happstack.Server.Internal.TimeoutSocketTLS
Happstack.Server.Internal.TLS
Happstack.Server.SimpleHTTPS
Build-Depends: base < 5,
bytestring >= 0.9 && < 0.13,
extensible-exceptions == 0.1.*,
happstack-server >= 6.6.4 && < 7.10,
hslogger >= 1.1 && < 1.4,
HsOpenSSL >= 0.10 && < 0.12,
network >= 3.0.0 && < 3.3,
sendfile == 0.7.*,
time >= 1.2 && < 1.16
-- these extra libraries are not needed to build/install the server
-- but they do need to be installed if you want to use GHCi or
-- Template Haskell afterwards
Extra-Libraries: ssl
-- if !os(darwin)
-- Extra-Libraries: cryptopp
if !os(windows)
Build-Depends: unix
cpp-options: -DUNIX