Fix stack nightly build by adding missing cryptonite dependency

Adds cryptonite-0.30 to extra-deps in stack-nightly.yaml to resolve
build failure. The stack nightly build was failing because yesod-auth
depends on cryptonite which wasn't available in the current snapshot.
This commit is contained in:
stevenxl 2025-09-24 10:37:27 -05:00
parent 3bfb859dda
commit 34e9483aef

View File

@ -6,6 +6,7 @@ extra-deps:
- email-validate-2.3.2.19
- yesod-form-1.7.6
- yesod-1.6.2.1
- cryptonite-0.30
allow-newer: true
allow-newer-deps: