warp-tls-uid 0.2.0.4 → 0.2.0.5
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Network.Wai.Handler.WarpTLS.UserId: type CertFile = FilePath
+ Network.Wai.Handler.WarpTLS.UserId: type KeyFile = FilePath
Files
src/Network/Wai/Handler/WarpTLS/UserId.hs view
@@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings, BangPatterns #-} module Network.Wai.Handler.WarpTLS.UserId (- GroupName, UserName, runTlsWithGroupUserName+ CertFile, KeyFile, GroupName, UserName, runTlsWithGroupUserName ) where import Control.Arrow ((***), (&&&))
warp-tls-uid.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: b4a9df2452b824bd2849823488685af56b31c74ddd4656e48ff3ca3247ba4094+-- hash: 130d9fcf94612f5792ad24fb978997a0e63ff351cdcf4d9b009ec54595905242 name: warp-tls-uid-version: 0.2.0.4+version: 0.2.0.5 synopsis: set group and user id before running server description: Please see the README on GitHub at <https://github.com/YoshikuniJujo/warp-tls-uid#readme> category: Web