File tree Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ source-repository-package
10
10
source-repository-package
11
11
type : git
12
12
location : https://github.com/fendor/hie-bios.git
13
- tag : d5b7fc9bb3025b1d4d2ac9c48b588faf18dfce99
13
+ tag : 89d28817716a1c8df7e191f3a43c4504bc6379eb
14
14
15
15
16
16
tests : true
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ import GHC hiding (def)
56
56
import GHC.Check (runTimeVersion , compileTimeVersionFromLibdir )
57
57
-- import GhcMonad
58
58
import HIE.Bios.Cradle
59
- import HIE.Bios.Environment (addCmdOpts )
59
+ import HIE.Bios.Environment (addCmdOpts , makeDynFlagsAbsolute )
60
60
import HIE.Bios.Types
61
61
import HscTypes (HscEnv (.. ), ic_dflags )
62
62
import qualified Language.Haskell.LSP.Core as LSP
@@ -503,7 +503,8 @@ memoIO op = do
503
503
setOptions :: GhcMonad m => ComponentOptions -> DynFlags -> m (DynFlags , [Target ])
504
504
setOptions (ComponentOptions theOpts compRoot _) dflags = do
505
505
cacheDir <- liftIO $ getCacheDir theOpts
506
- (dflags', targets) <- addCmdOpts compRoot theOpts dflags
506
+ (dflags_, targets) <- addCmdOpts theOpts dflags
507
+ let dflags' = makeDynFlagsAbsolute compRoot dflags_
507
508
let dflags'' =
508
509
-- disabled, generated directly by ghcide instead
509
510
flip gopt_unset Opt_WriteInterface $
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ extra-deps:
28
28
- haskell-src-exts-1.21.1
29
29
# - hie-bios-0.4.0
30
30
- github : fendor/hie-bios
31
- commit : d5b7fc9bb3025b1d4d2ac9c48b588faf18dfce99
31
+ commit : 89d28817716a1c8df7e191f3a43c4504bc6379eb
32
32
- hlint-2.2.8
33
33
- hoogle-5.0.17.11
34
34
- hsimport-0.11.0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ extra-deps:
22
22
- haskell-lsp-types-0.21.0.0
23
23
# - hie-bios-0.4.0
24
24
- github : fendor/hie-bios
25
- commit : d5b7fc9bb3025b1d4d2ac9c48b588faf18dfce99
25
+ commit : 89d28817716a1c8df7e191f3a43c4504bc6379eb
26
26
- indexed-profunctors-0.1
27
27
- lsp-test-0.10.2.0
28
28
- monad-dijkstra-0.1.1.2
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ extra-deps:
22
22
- haskell-src-exts-1.21.1
23
23
# - hie-bios-0.4.0
24
24
- github : fendor/hie-bios
25
- commit : d5b7fc9bb3025b1d4d2ac9c48b588faf18dfce99
25
+ commit : 89d28817716a1c8df7e191f3a43c4504bc6379eb
26
26
- hlint-2.2.8
27
27
- hoogle-5.0.17.11
28
28
- hsimport-0.11.0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ extra-deps:
22
22
- haskell-src-exts-1.21.1
23
23
# - hie-bios-0.4.0
24
24
- github : fendor/hie-bios
25
- commit : d5b7fc9bb3025b1d4d2ac9c48b588faf18dfce99
25
+ commit : 89d28817716a1c8df7e191f3a43c4504bc6379eb
26
26
- hlint-2.2.8
27
27
- hoogle-5.0.17.11
28
28
- hsimport-0.11.0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ extra-deps:
22
22
- haskell-lsp-types-0.21.0.0
23
23
# - hie-bios-0.4.0
24
24
- github : fendor/hie-bios
25
- commit : d5b7fc9bb3025b1d4d2ac9c48b588faf18dfce99
25
+ commit : 89d28817716a1c8df7e191f3a43c4504bc6379eb
26
26
- indexed-profunctors-0.1
27
27
- lsp-test-0.10.2.0
28
28
- monad-dijkstra-0.1.1.2
You can’t perform that action at this time.
0 commit comments