File: tls-session-manager.cabal

package info (click to toggle)
haskell-tls-session-manager 0.0.4-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 68 kB
  • sloc: haskell: 185; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 1,031 bytes parent folder | download | duplicates (3)
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
name:                tls-session-manager
version:             0.0.4
synopsis:            In-memory TLS session manager
description:         TLS session manager with limitation, automatic pruning, energy saving and replay resistance
license:             BSD3
license-file:        LICENSE
author:              Kazu Yamamoto
maintainer:          kazu@iij.ad.jp
-- copyright:
category:            Web
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >= 1.10

library
  exposed-modules:     Network.TLS.SessionManager
  other-modules:       Network.TLS.Imports
  -- other-extensions:
  build-depends:       base >= 4.7 && < 5
                     , auto-update
                     , basement
                     , bytestring
                     , clock
                     , memory
                     , psqueues >= 0.2.3
                     , tls
  -- hs-source-dirs:
  default-language:    Haskell2010
  ghc-options:       -Wall
  if impl(ghc >= 8)
      default-extensions:  Strict StrictData