diff options
| author | stuebinm | 2026-05-12 20:00:13 +0200 |
|---|---|---|
| committer | stuebinm | 2026-05-12 20:00:33 +0200 |
| commit | d668e36403c293c86f761e4ac9f902cda73f4a7d (patch) | |
| tree | f02fea867f572a18c316775506235039717a6958 | |
| parent | 5fa550010cd0d9293d253d9528a4029db26ced54 (diff) | |
cabal: pin yesod-auth-oauth2 to nixpkgs version
slight mismatches here can cause build errors, but this project should
build with nixpkgs-stable.
| -rw-r--r-- | tracktrain.cabal | 2 |
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 |
