Skip to content

Commit e3caa91

Browse files
committed
Pin tasty 1.5 for ghcide tests
1 parent cd466f1 commit e3caa91

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2110,7 +2110,7 @@ test-suite ghcide-tests
21102110
, sqlite-simple
21112111
, stm
21122112
, stm-containers
2113-
, tasty
2113+
, tasty >=1.5
21142114
, tasty-expected-failure
21152115
, tasty-hunit >=0.10
21162116
, tasty-quickcheck

stack-lts22.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ extra-deps:
2727
- lsp-types-2.3.0.0
2828
- monad-dijkstra-0.1.1.4 # 5
2929
- retrie-1.2.3
30+
- tasty-1.5.3
3031

3132
# stan and friends
3233
- stan-0.1.3.0

0 commit comments

Comments
 (0)