packages feed

wai-middleware-hmac-client 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

wai-middleware-hmac-client.cabal view
@@ -1,6 +1,6 @@  name:                wai-middleware-hmac-client-version:             0.1.0.1+version:             0.1.0.2 license:             BSD3 license-file:        LICENSE author:              Christopher Reichert@@ -12,11 +12,11 @@ synopsis:            WAI HMAC Authentication Middleware Client description:   Ready to use client module for-  <<https://hackage.haskell.org/package/wai-middleware-hmac wai-middleware-hmac>>.+  <https://hackage.haskell.org/package/wai-middleware-hmac wai-middleware-hmac>.   .   Since no formal specification for HMAC authentication exists, this   module is specifically built for-  <<https://hackage.haskell.org/package/wai-middleware-hmac wai-middleware-hmac>>.+  <https://hackage.haskell.org/package/wai-middleware-hmac wai-middleware-hmac>.    This module is built on @http-client@ but is   in the @Network.Wai@ namespace since the protocol is mostly specific   to the middleware.