File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2323 - 9.6.6
2424 - 9.8.2
2525 - 9.10.1
26+ - 9.12.1
2627
2728 steps :
2829 - uses : actions/checkout@v4
6061 - stack-9.4.8.yaml
6162 - stack-9.6.6.yaml
6263 - stack-9.8.3.yaml
64+ - stack-9.10.3.yaml
65+ - stack-9.12.1.yaml
6366 steps :
6467 - uses : actions/checkout@v4
6568 if : github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ tested-with: GHC == 9.0.2
2020 GHC == 9.6.6
2121 GHC == 9.8.2
2222 GHC == 9.10.1
23+ GHC == 9.12.1
2324
2425source-repository head
2526 type : git
2627 location : https://github.com/holmusk/servant-hmac-auth.git
2728
2829common common-options
29- build-depends : base >= 4.11.1.0 && < 4.21
30+ build-depends : base >= 4.11.1.0 && < 4.22
3031
3132 ghc-options : -Wall
3233 -Wincomplete-uni-patterns
Original file line number Diff line number Diff line change 1+ resolver : lts-24.16
Original file line number Diff line number Diff line change 1+ resolver : nightly-2025-10-21
You can’t perform that action at this time.
0 commit comments