aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2026-05-12 20:00:13 +0200
committerstuebinm2026-05-12 20:00:33 +0200
commitd668e36403c293c86f761e4ac9f902cda73f4a7d (patch)
treef02fea867f572a18c316775506235039717a6958
parent5fa550010cd0d9293d253d9528a4029db26ced54 (diff)
cabal: pin yesod-auth-oauth2 to nixpkgs version
slight mismatches here can cause build errors, but this project should build with nixpkgs-stable.
Diffstat (limited to '')
-rw-r--r--tracktrain.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracktrain.cabal b/tracktrain.cabal
index 16ccb98..64b6edb 100644
--- a/tracktrain.cabal
+++ b/tracktrain.cabal
@@ -83,7 +83,7 @@ library
, yesod
, yesod-form
, yesod-auth
- , yesod-auth-oauth2
+ , yesod-auth-oauth2 ^>= 0.7.4.0
, yesod-core
, hoauth2
, blaze-html