Skip to content

Commit 90006e9

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master'
2 parents c5efdf7 + 4415e81 commit 90006e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
${{ inputs.cache-prefix }}${{ env.cache-name }}-${{ inputs.os }}-${{ inputs.ghc }}-
5454
${{ inputs.cache-prefix }}${{ env.cache-name }}-${{ inputs.os }}-
5555
56-
- uses: actions/setup-python@v4
56+
- uses: actions/setup-python@v5
5757
- uses: pre-commit/[email protected]
5858
with:
5959
extra_args: --files ${{ needs.file-diff.outputs.git-diff }}

Diff for: cabal.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ packages:
3636
./plugins/hls-overloaded-record-dot-plugin
3737
./plugins/hls-semantic-tokens-plugin
3838

39-
index-state: 2023-11-14T11:26:13Z
39+
index-state: 2023-12-10T23:30:17Z
4040

4141
tests: True
4242
test-show-details: direct

Diff for: plugins/hls-stan-plugin/hls-stan-plugin.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ library
4646
, text
4747
, transformers
4848
, unordered-containers
49-
, stan
49+
, stan >= 0.1.1.0
5050

5151
default-language: Haskell2010
5252
default-extensions:

0 commit comments

Comments
 (0)