Skip to content

Commit 4ea640e

Browse files
fendorhasufell
authored andcommitted
Build HLS with GHC 9.8.3 (haskell#4444)
1 parent 24ba08f commit 4ea640e

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
@@ -7,7 +7,7 @@ packages:
77
./hls-plugin-api
88
./hls-test-utils
99

10-
index-state: 2024-06-13T17:12:34Z
10+
index-state: 2024-11-02T00:00:00Z
1111

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ initObjLinker env =
703703
loadDLL :: HscEnv -> String -> IO (Maybe String)
704704
loadDLL env str = do
705705
res <- GHCi.loadDLL (GHCi.hscInterp env) str
706-
#if MIN_VERSION_ghc(9,11,0)
706+
#if MIN_VERSION_ghc(9,11,0) || (MIN_VERSION_ghc(9, 8, 3) && !MIN_VERSION_ghc(9, 9, 0))
707707
pure $
708708
case res of
709709
Left err_msg -> Just err_msg

0 commit comments

Comments
 (0)