tweag / webauthn

A library for parsing and validating webauthn/fido2 credentials
Apache License 2.0
34 stars 11 forks source link

Decrease lower bounds, including base #126

Closed infinisil closed 2 years ago

infinisil commented 2 years ago

Decreases all lower bounds to around the versions present in the NixOS 20.09 release, which uses GHC 8.8.4 as a default

These lower bounds were tested by setting them as == constraints and running both the tests and the server with them.

This was motivated by the webauthn Hackage build failing