mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
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:
parent
3bfb859dda
commit
34e9483aef
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user