packages feed

gssapi-wai 0.1.2.1 → 0.1.2.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

gssapi-wai.cabal view
@@ -1,5 +1,5 @@ name:                gssapi-wai-version:             0.1.2.1+version:             0.1.2.2 synopsis:            WAI Middleware for SPNEGO authentiaction description:         Basic WAI Middleware allows both SPNEGO and failback to Kerberos                      username/password authentication.@@ -22,7 +22,7 @@ library   exposed-modules:     Network.Wai.Middleware.SpnegoAuth -  build-depends:       base >=4.8 && <4.10,+  build-depends:       base >=4.8 && <5,                        gssapi >= 0.2.0, wai, wai-extra,                        vault, base64-bytestring, bytestring, case-insensitive,                        http-types