webauthn 0.4.1.0 → 0.4.1.1
raw patch · 2 files changed
+11/−8 lines, 2 filesdep ~basedep ~bytestringdep ~cryptonitePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, bytestring, cryptonite, lens, memory, singletons, time
API changes (from Hackage documentation)
- Crypto.WebAuthn.Encoding.Internal.WebAuthnJson: instance Data.Singletons.Internal.SingI c => Crypto.WebAuthn.Encoding.Internal.WebAuthnJson.Decode m (Crypto.WebAuthn.Model.Types.CollectedClientData c 'GHC.Types.True)
- Crypto.WebAuthn.Encoding.Internal.WebAuthnJson: instance Data.Singletons.Internal.SingI c => Crypto.WebAuthn.Encoding.Internal.WebAuthnJson.Encode (Crypto.WebAuthn.Model.Types.CollectedClientData c 'GHC.Types.True)
- Crypto.WebAuthn.Model.Kinds: instance Data.Singletons.Internal.SingI 'Crypto.WebAuthn.Model.Kinds.Authentication
- Crypto.WebAuthn.Model.Kinds: instance Data.Singletons.Internal.SingI 'Crypto.WebAuthn.Model.Kinds.Fido2
- Crypto.WebAuthn.Model.Kinds: instance Data.Singletons.Internal.SingI 'Crypto.WebAuthn.Model.Kinds.FidoU2F
- Crypto.WebAuthn.Model.Kinds: instance Data.Singletons.Internal.SingI 'Crypto.WebAuthn.Model.Kinds.Registration
- Crypto.WebAuthn.Model.Types: instance Data.Singletons.Internal.SingI c => Data.Aeson.Types.ToJSON.ToJSON (Crypto.WebAuthn.Model.Types.CollectedClientData c raw)
+ Crypto.WebAuthn.Encoding.Internal.WebAuthnJson: instance Data.Singletons.SingI c => Crypto.WebAuthn.Encoding.Internal.WebAuthnJson.Decode m (Crypto.WebAuthn.Model.Types.CollectedClientData c 'GHC.Types.True)
+ Crypto.WebAuthn.Encoding.Internal.WebAuthnJson: instance Data.Singletons.SingI c => Crypto.WebAuthn.Encoding.Internal.WebAuthnJson.Encode (Crypto.WebAuthn.Model.Types.CollectedClientData c 'GHC.Types.True)
+ Crypto.WebAuthn.Model.Kinds: instance Data.Singletons.SingI 'Crypto.WebAuthn.Model.Kinds.Authentication
+ Crypto.WebAuthn.Model.Kinds: instance Data.Singletons.SingI 'Crypto.WebAuthn.Model.Kinds.Fido2
+ Crypto.WebAuthn.Model.Kinds: instance Data.Singletons.SingI 'Crypto.WebAuthn.Model.Kinds.FidoU2F
+ Crypto.WebAuthn.Model.Kinds: instance Data.Singletons.SingI 'Crypto.WebAuthn.Model.Kinds.Registration
+ Crypto.WebAuthn.Model.Types: instance Data.Singletons.SingI c => Data.Aeson.Types.ToJSON.ToJSON (Crypto.WebAuthn.Model.Types.CollectedClientData c raw)
Files
- changelog.md +3/−0
- webauthn.cabal +8/−8
changelog.md view
@@ -1,3 +1,6 @@+### 0.4.1.1+* [#153](https://github.com/tweag/webauthn/pull/153) Increase cabal bounds to support up to GHC 9.2+ ### 0.4.1.0 * [#148](https://github.com/tweag/webauthn/pull/148) Allow authentication on Safari even though it violates the specification with an empty user handle
webauthn.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: webauthn-version: 0.4.1.0+version: 0.4.1.1 license: Apache-2.0 license-file: LICENSE copyright:@@ -73,7 +73,7 @@ import: sanity hs-source-dirs: src build-depends:- base >= 4.13.0 && < 4.15,+ base >= 4.13.0 && < 4.17, aeson >= 1.4.7 && < 2.1, asn1-encoding >= 0.9.6 && < 0.10, asn1-parse >= 0.9.5 && < 0.10,@@ -81,22 +81,22 @@ base16-bytestring >= 1.0.0 && < 1.1, base64-bytestring >= 1.2.1 && < 1.3, binary >= 0.8.7 && < 0.9,- bytestring >= 0.10.10 && < 0.11,+ bytestring >= 0.10.10 && < 0.12, cborg >= 0.2.4 && < 0.3, containers >= 0.6.2 && < 0.7,- cryptonite >= 0.27 && < 0.30,+ cryptonite >= 0.27 && < 0.31, file-embed >= 0.0.11 && < 0.1, hashable >= 1.3.0 && < 1.5, hourglass >= 0.2.12 && < 0.3, jose >= 0.8.5 && < 0.10,- lens >= 4.18.1 && < 4.20,- memory >= 0.15.0 && < 0.16,+ lens >= 4.18.1 && < 5.2,+ memory >= 0.15.0 && < 0.18, monad-time >= 0.3.1 && < 0.4, mtl >= 2.2.2 && < 2.3, serialise >= 0.2.3 && < 0.3,- singletons >= 2.6 && < 2.8,+ singletons >= 2.6 && < 3.2, text >= 1.2.4 && < 1.3,- time >= 1.9.3 && < 1.10,+ time >= 1.9.3 && < 1.12, unordered-containers >= 0.2.11 && < 0.3, uuid >= 1.3.13 && < 1.4, validation >= 1.1 && < 1.2,