This repository was archived by the owner on Oct 7, 2020. It is now read-only.
File tree 11 files changed +13
-10
lines changed
hie-plugin-api/Haskell/Ide/Engine
11 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ constraints:
21
21
22
22
write-ghc-environment-files : never
23
23
24
- index-state : 2020-05-02T10 :11 :15Z
24
+ index-state : 2020-05-08T10 :11 :15Z
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ library
99
99
, vector
100
100
, versions
101
101
, yaml >= 0.8.31
102
- , hie-bios >= 0.4 && < 0.5 .0
102
+ , hie-bios >= 0.5 && < 0.6 .0
103
103
, bytestring-trie
104
104
, unliftio
105
105
, hlint >= 2.2.11
Original file line number Diff line number Diff line change @@ -471,6 +471,7 @@ cabalHelperCradle file = do
471
471
$ CradleSuccess
472
472
ComponentOptions
473
473
{ componentOptions = [file, fixImportDirs cwd " -i." ]
474
+ , componentRoot = cwd
474
475
, componentDependencies = []
475
476
}
476
477
}
@@ -542,15 +543,15 @@ cabalHelperAction proj env fp = do
542
543
getComponent proj env (toList units) relativeFp
543
544
>>= \ case
544
545
Right comp -> do
545
- let fs' = getFlags comp
546
- let fs = map (fixImportDirs packageRoot) fs'
546
+ let fs = getFlags comp
547
547
let targets = getTargets comp relativeFp
548
548
let ghcOptions = removeRTS (fs ++ targets)
549
549
debugm $ " Flags for \" " ++ fp ++ " \" : " ++ show ghcOptions
550
550
debugm $ " Component Infos: " ++ show comp
551
551
return
552
552
$ CradleSuccess
553
553
ComponentOptions { componentOptions = ghcOptions
554
+ , componentRoot = packageRoot
554
555
, componentDependencies = []
555
556
}
556
557
Left err -> return
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ extra-deps:
33
33
- haskell-lsp-types-0.20.0.0
34
34
- haskell-src-exts-1.22.0
35
35
- haskell-src-exts-util-0.2.5
36
- - hie-bios-0.4 .0
36
+ - hie-bios-0.5 .0
37
37
- hlint-2.2.11
38
38
- hoogle-5.0.17.15
39
39
- hsimport-0.11.0@sha256:e8f1774aff97215d7cc3a6c81635fae75b80af182f732f8fe28d1ed6eb9c7401,3170
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ extra-deps:
39
39
- haskell-lsp-types-0.20.0.0
40
40
- haskell-src-exts-1.22.0
41
41
- haskell-src-exts-util-0.2.5
42
- - hie-bios-0.4 .0
42
+ - hie-bios-0.5 .0
43
43
- hlint-2.2.11
44
44
- hoogle-5.0.17.15
45
45
- hsimport-0.11.0@sha256:e8f1774aff97215d7cc3a6c81635fae75b80af182f732f8fe28d1ed6eb9c7401,3170
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ extra-deps:
32
32
- haskell-lsp-types-0.20.0.0
33
33
- haskell-src-exts-1.22.0
34
34
- haskell-src-exts-util-0.2.5
35
- - hie-bios-0.4 .0
35
+ - hie-bios-0.5 .0
36
36
- hlint-2.2.11
37
37
- hoogle-5.0.17.15
38
38
- hsimport-0.11.0@sha256:e8f1774aff97215d7cc3a6c81635fae75b80af182f732f8fe28d1ed6eb9c7401,3170
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ extra-deps:
25
25
- haskell-lsp-0.20.0.0
26
26
- haskell-lsp-types-0.20.0.0
27
27
- haskell-src-exts-1.22.0
28
- - hie-bios-0.4 .0
28
+ - hie-bios-0.5 .0
29
29
- hlint-2.2.11
30
30
- hoogle-5.0.17.15
31
31
- hsimport-0.11.0@sha256:e8f1774aff97215d7cc3a6c81635fae75b80af182f732f8fe28d1ed6eb9c7401,3170
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ extra-deps:
28
28
- haskell-lsp-0.20.0.0
29
29
- haskell-lsp-types-0.20.0.0
30
30
- haskell-src-exts-1.22.0
31
- - hie-bios-0.4 .0
31
+ - hie-bios-0.5 .0
32
32
- hlint-2.2.11
33
33
- hoogle-5.0.17.15
34
34
- hsimport-0.11.0@sha256:e8f1774aff97215d7cc3a6c81635fae75b80af182f732f8fe28d1ed6eb9c7401,3170
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ extra-deps:
22
22
- haskell-lsp-0.20.0.0
23
23
- haskell-lsp-types-0.20.0.0
24
24
- lsp-test-0.10.1.0
25
- - hie-bios-0.4 .0
25
+ - hie-bios-0.5 .0
26
26
- hlint-2.2.11
27
27
- hoogle-5.0.17.15
28
28
- hsimport-0.11.0@sha256:e8f1774aff97215d7cc3a6c81635fae75b80af182f732f8fe28d1ed6eb9c7401,3170
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ extra-deps:
24
24
- semigroups-0.18.5
25
25
- temporary-1.2.1.1
26
26
- unliftio-core-0.2.0.1
27
+ - hie-bios-0.5.0
27
28
28
29
flags :
29
30
haskell-ide-engine :
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ extra-deps:
23
23
- haskell-lsp-types-0.20.0.0
24
24
- haskell-src-exts-1.22.0
25
25
- hoogle-5.0.17.15
26
+ - hie-bios-0.5.0
26
27
- hsimport-0.11.0
27
28
- ilist-0.3.1.0
28
29
- lsp-test-0.10.1.0
You can’t perform that action at this time.
0 commit comments