File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ setCacheDir logger prefix hscComponents comps dflags = do
518
518
519
519
520
520
renderCradleError :: NormalizedFilePath -> CradleError -> FileDiagnostic
521
- renderCradleError nfp (CradleError _ec t) =
521
+ renderCradleError nfp (CradleError _ _ec t) =
522
522
ideErrorWithSource (Just " cradle" ) (Just DsError ) nfp (T. unlines (map T. pack t))
523
523
524
524
-- See Note [Multi Cradle Dependency Info]
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ executable ghcide
259
259
hashable,
260
260
haskell-lsp,
261
261
haskell-lsp-types,
262
- hie-bios >= 0.5 .0 && < 0.6 ,
262
+ hie-bios >= 0.6 .0 && < 0.7 ,
263
263
ghcide,
264
264
optparse-applicative,
265
265
safe-exceptions,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ extra-deps:
6
6
- haskell-lsp-types-0.22.0.0
7
7
- lsp-test-0.11.0.2
8
8
- extra-1.7.2
9
- - hie-bios-0.5.0
9
+ - hie-bios-0.6.1
10
10
- ghc-lib-parser-8.8.1
11
11
- ghc-lib-8.8.1
12
12
- fuzzy-0.1.0.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ extra-deps:
5
5
- haskell-lsp-0.22.0.0
6
6
- haskell-lsp-types-0.22.0.0
7
7
- lsp-test-0.11.0.2
8
- - hie-bios-0.5.0
8
+ - hie-bios-0.6.1
9
9
- fuzzy-0.1.0.0
10
10
- regex-pcre-builtin-0.95.1.1.8.43
11
11
- regex-base-0.94.0.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ extra-deps:
7
7
- haskell-lsp-types-0.22.0.0
8
8
- lsp-test-0.11.0.2
9
9
- ghc-check-0.5.0.1
10
- - hie-bios-0.5.0
10
+ - hie-bios-0.6.1
11
11
12
12
# not yet in stackage
13
13
- Chart-diagrams-1.9.3
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ extra-deps:
11
11
- rope-utf16-splay-0.3.1.0
12
12
- filepattern-0.1.1
13
13
- js-dgtable-0.5.2
14
- - hie-bios-0.5.0
14
+ - hie-bios-0.6.1
15
15
- fuzzy-0.1.0.0
16
16
- shake-0.18.5
17
17
- time-compat-1.9.2.2
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ extra-deps:
6
6
- haskell-lsp-types-0.22.0.0
7
7
- lsp-test-0.11.0.2
8
8
- ghc-check-0.5.0.1
9
- - hie-bios-0.5.0
9
+ - hie-bios-0.6.1
10
10
- extra-1.7.2
11
11
nix :
12
12
packages : [zlib]
You can’t perform that action at this time.
0 commit comments