Skip to content

Commit e9e4dbc

Browse files
committed
Build HLS with GHC 9.8.3
1 parent 96bea00 commit e9e4dbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cabal.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages:
88
./hls-test-utils
99

1010

11-
index-state: 2024-10-21T00:00:00Z
11+
index-state: 2024-11-02T00:00:00Z
1212

1313
tests: True
1414
test-show-details: direct

ghcide/src/Development/IDE/GHC/Compat/Core.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ initObjLinker env =
674674
loadDLL :: HscEnv -> String -> IO (Maybe String)
675675
loadDLL env str = do
676676
res <- GHCi.loadDLL (GHCi.hscInterp env) str
677-
#if MIN_VERSION_ghc(9,11,0)
677+
#if MIN_VERSION_ghc(9,11,0) || (MIN_VERSION_ghc(9, 8, 3) && !MIN_VERSION_ghc(9, 9, 0))
678678
pure $
679679
case res of
680680
Left err_msg -> Just err_msg

0 commit comments

Comments
 (0)