packages feed

Cabal revisions of tls-session-manager-0.0.4

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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+name:                tls-session-manager
+version:             0.0.4
+x-revision: 1
+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 < 2.0
+  -- hs-source-dirs:
+  default-language:    Haskell2010
+  ghc-options:       -Wall
+  if impl(ghc >= 8)
+      default-extensions:  Strict StrictData