packages feed

servant-hmac-auth 0.1.7 → 0.1.8

raw patch · 2 files changed

+5/−2 lines, 2 filesdep +cryptondep −cryptonitePVP ok

version bump matches the API change (PVP)

Dependencies added: crypton

Dependencies removed: cryptonite

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -3,6 +3,9 @@ `servant-hmac-auth` uses [PVP Versioning][1]. The change log is available [on GitHub][2]. +## 0.1.8 - Nov 8, 2024+* Switch from cryptonite (deprecated) to crypton.+ ## 0.1.7 - Oct 31, 2024 * Bump dependency upper bounds to allow building with GHC `9.0` - `9.10` 
servant-hmac-auth.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                servant-hmac-auth-version:             0.1.7+version:             0.1.8 synopsis:            Servant authentication with HMAC description:         Servant authentication with HMAC. See README.md for usage example. homepage:            https://github.com/holmusk/servant-hmac-auth@@ -72,7 +72,7 @@                      , bytestring ^>= 0.10 || ^>= 0.11 || ^>= 0.12                      , case-insensitive ^>= 1.2                      , containers >= 0.5.7 && < 0.8-                     , cryptonite >= 0.25 && < 0.31+                     , crypton >= 0.31 && < 2.0                      , http-types ^>= 0.12                      , http-client >= 0.6.4 && < 0.8                      , memory >= 0.15 && < 0.19