File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
${{ inputs.cache-prefix }}${{ env.cache-name }}-${{ inputs.os }}-${{ inputs.ghc }}-
54
54
${{ inputs.cache-prefix }}${{ env.cache-name }}-${{ inputs.os }}-
55
55
56
- - uses : actions/setup-python@v4
56
+ - uses : actions/setup-python@v5
57
57
-
uses :
pre-commit/[email protected]
58
58
with :
59
59
extra_args : --files ${{ needs.file-diff.outputs.git-diff }}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ packages:
36
36
./plugins/hls-overloaded-record-dot-plugin
37
37
./plugins/hls-semantic-tokens-plugin
38
38
39
- index-state : 2023-11-14T11:26 :13Z
39
+ index-state : 2023-12-10T23:30 :17Z
40
40
41
41
tests : True
42
42
test-show-details : direct
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ library
46
46
, text
47
47
, transformers
48
48
, unordered-containers
49
- , stan
49
+ , stan >= 0.1.1.0
50
50
51
51
default-language : Haskell2010
52
52
default-extensions :
You can’t perform that action at this time.
0 commit comments