Skip to content

Commit f6e47c6

Browse files
committed
**Subject:**
Refactor session loading to support multiple file paths **Body:** Enhanced session loading to handle multiple file paths, improving error handling and logging for cradle detection. Updated `packageSetup` and `session` functions to process lists of file paths, ensuring better component management. This change aims to improve the robustness and clarity of session initialization, especially in multi-component projects.
1 parent efc1caa commit f6e47c6

File tree

2 files changed

+223
-99
lines changed

2 files changed

+223
-99
lines changed

cabal.project

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packages:
66
./ghcide
77
./hls-plugin-api
88
./hls-test-utils
9-
../hie-bios
9+
-- ../hie-bios
1010

1111

1212

@@ -52,7 +52,6 @@ if impl(ghc >= 9.9)
5252
-- add github bois repo
5353
-- use the batch load branch
5454

55-
-- source-repository-package
56-
-- type: git
57-
-- location: https://github.com/soulomoon/hie-bios.git
58-
-- tag: a6d789d9c852f33e5e0ba89613dcd12532e48907
55+
source-repository-package
56+
type: git
57+
location: https://github.com/soulomoon/hie-bios.git

0 commit comments

Comments
 (0)