Skip to content

Commit 652ea2c

Browse files
committed
Also test stack
1 parent 901bd85 commit 652ea2c

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

stack-lts21.yaml

+9-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@ extra-deps:
2323
- monad-dijkstra-0.1.1.3
2424
- retrie-1.2.2
2525
- stylish-haskell-0.14.4.0
26-
- lsp-2.4.0.0
27-
- lsp-test-0.17.0.0
28-
- lsp-types-2.1.1.0
26+
# TODO switch to hackage release when new version published
27+
# - lsp-2.4.0.0
28+
# - lsp-test-0.17.0.0
29+
# - lsp-types-2.1.1.0
30+
- url: https://github.com/haskell/lsp/archive/b3c18fe44124eedd1ce9138321e753b08784ddba.tar.gz
31+
subdirs:
32+
- lsp
33+
- lsp-types
34+
- lsp-test
2935

3036
# stan dependencies not found in the stackage snapshot
3137
- stan-0.1.2.0

stack.yaml

+9-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@ extra-deps:
2020
- hiedb-0.6.0.0
2121
- hie-bios-0.14.0
2222
- implicit-hie-0.1.4.0
23-
- lsp-2.4.0.0
24-
- lsp-test-0.17.0.0
25-
- lsp-types-2.1.1.0
23+
# TODO switch to hackage release when new version published
24+
# - lsp-2.4.0.0
25+
# - lsp-test-0.17.0.0
26+
# - lsp-types-2.1.1.0
27+
- url: https://github.com/haskell/lsp/archive/b3c18fe44124eedd1ce9138321e753b08784ddba.tar.gz
28+
subdirs:
29+
- lsp
30+
- lsp-types
31+
- lsp-test
2632
- monad-dijkstra-0.1.1.4
2733

2834
# stan and friends

0 commit comments

Comments
 (0)