Skip to content

Commit 01602a5

Browse files
committed
Add hls-stan-plugin dependencies to stack.yaml
1 parent 942e914 commit 01602a5

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

stack-lts21.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ packages:
3333
- ./plugins/hls-rename-plugin
3434
- ./plugins/hls-retrie-plugin
3535
- ./plugins/hls-splice-plugin
36-
# - ./plugins/hls-stan-plugin
36+
- ./plugins/hls-stan-plugin
3737
- ./plugins/hls-stylish-haskell-plugin
3838

3939
ghc-options:
@@ -55,6 +55,19 @@ extra-deps:
5555
- lsp-test-0.16.0.0
5656
- lsp-types-2.0.2.0
5757

58+
# stan dependencies not found in the stackage snapshot
59+
- stan-0.1.0.2
60+
- clay-0.14.0
61+
- colourista-0.1.0.2
62+
- dir-traverse-0.2.3.0
63+
- extensions-0.1.0.0
64+
- relude-1.2.1.0
65+
- slist-0.2.1.0
66+
- tomland-1.3.3.2
67+
- trial-0.0.0.0
68+
- trial-optparse-applicative-0.0.0.0
69+
- trial-tomland-0.0.0.0
70+
- validation-selective-0.2.0.0
5871

5972
configure-options:
6073
ghcide:

stack.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ packages:
3333
- ./plugins/hls-rename-plugin
3434
- ./plugins/hls-retrie-plugin
3535
- ./plugins/hls-splice-plugin
36-
# - ./plugins/hls-stan-plugin
36+
- ./plugins/hls-stan-plugin
3737
- ./plugins/hls-stylish-haskell-plugin
3838

3939
ghc-options:
@@ -56,6 +56,19 @@ extra-deps:
5656
- lsp-test-0.16.0.0
5757
- lsp-types-2.0.2.0
5858

59+
# stan dependencies not found in the stackage snapshot
60+
- stan-0.1.0.2
61+
- clay-0.14.0
62+
- colourista-0.1.0.2
63+
- dir-traverse-0.2.3.0
64+
- extensions-0.1.0.1
65+
- relude-1.2.1.0
66+
- slist-0.2.1.0
67+
- tomland-1.3.3.2
68+
- trial-0.0.0.0
69+
- trial-optparse-applicative-0.0.0.0
70+
- trial-tomland-0.0.0.0
71+
- validation-selective-0.2.0.0
5972

6073
configure-options:
6174
ghcide:

0 commit comments

Comments
 (0)