From 34e9483aeffb88d891005f854f724560b69f2507 Mon Sep 17 00:00:00 2001 From: stevenxl Date: Wed, 24 Sep 2025 10:37:27 -0500 Subject: [PATCH] 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. --- stack-nightly.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/stack-nightly.yaml b/stack-nightly.yaml index 9ca461a..b33d14a 100644 --- a/stack-nightly.yaml +++ b/stack-nightly.yaml @@ -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: