Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
./hls-test-utils


index-state: 2025-08-08T12:31:54Z
index-state: 2025-12-14T18:03:17Z

tests: True
test-show-details: direct
Expand Down
2 changes: 1 addition & 1 deletion ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ library
, transformers
, unliftio >=0.2.6
, unliftio-core
, unordered-containers >=0.2.10.0
, unordered-containers >=0.2.21
, vector

if os(windows)
Expand Down
1 change: 1 addition & 0 deletions stack-lts22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ extra-deps:
- lsp-types-2.3.0.0
- monad-dijkstra-0.1.1.4 # 5
- retrie-1.2.3
- unordered-containers-0.2.21

# stan and friends
- stan-0.2.1.0
Expand Down
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ extra-deps:
- hw-fingertree-0.1.2.1
- monad-dijkstra-0.1.1.5
- retrie-1.2.3
- unordered-containers-0.2.21

# stan dependencies not found in the stackage snapshot
- stan-0.2.1.0
Expand Down
Loading