Skip to content

Commit bc96dbf

Browse files
committed
Ensure usage of stan-0.2.1.0 to fix #4515
- Fixed by: kowainik/stan#586 - Released in stan-0.2.1.0
1 parent 8aeda29 commit bc96dbf

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages:
88
./hls-test-utils
99

1010

11-
index-state: 2025-05-12T13:26:29Z
11+
index-state: 2025-06-07T14:57:40Z
1212

1313
tests: True
1414
test-show-details: direct

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ library hls-stan-plugin
806806
, lsp-types
807807
, text
808808
, unordered-containers
809-
, stan >= 0.1.2.0
809+
, stan >= 0.2.1.0
810810
, trial
811811
, directory
812812

stack-lts22.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extra-deps:
3030
- tasty-1.5.3
3131

3232
# stan and friends
33-
- stan-0.1.3.0
33+
- stan-0.2.1.0
3434
- dir-traverse-0.2.3.0
3535
- extensions-0.1.0.1
3636
- tomland-1.3.3.2
@@ -40,6 +40,7 @@ extra-deps:
4040
- validation-selective-0.2.0.0
4141
- cabal-add-0.1
4242
- cabal-install-parsers-0.6.1.1
43+
- directory-ospath-streaming-0.2.2
4344

4445

4546
configure-options:

stack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ extra-deps:
2828
- retrie-1.2.3
2929

3030
# stan dependencies not found in the stackage snapshot
31-
- stan-0.1.3.0
31+
- stan-0.2.1.0
3232
- dir-traverse-0.2.3.0
3333
- extensions-0.1.0.1
3434
- trial-0.0.0.0
3535
- trial-optparse-applicative-0.0.0.0
3636
- trial-tomland-0.0.0.0
37+
- directory-ospath-streaming-0.2.2
3738

3839
configure-options:
3940
ghcide:

0 commit comments

Comments
 (0)