Skip to content

Commit 52216cc

Browse files
committed
ghcide: Require unordered-containers >= 0.2.21
In preparation for using the new `lookupKey` function: haskell-unordered-containers/unordered-containers#546
1 parent dcb493d commit 52216cc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

ghcide/ghcide.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ library
106106
, transformers
107107
, unliftio >=0.2.6
108108
, unliftio-core
109-
, unordered-containers >=0.2.10.0
109+
, unordered-containers >=0.2.21
110110
, vector
111111

112112
if os(windows)

stack-lts22.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ extra-deps:
2828
- lsp-types-2.3.0.0
2929
- monad-dijkstra-0.1.1.4 # 5
3030
- retrie-1.2.3
31+
- unordered-containers-0.2.21
3132

3233
# stan and friends
3334
- stan-0.2.1.0

stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ extra-deps:
2727
- hw-fingertree-0.1.2.1
2828
- monad-dijkstra-0.1.1.5
2929
- retrie-1.2.3
30+
- unordered-containers-0.2.21
3031

3132
# stan dependencies not found in the stackage snapshot
3233
- stan-0.2.1.0

0 commit comments

Comments
 (0)