Skip to content

Commit 1ca8969

Browse files
authored
Update to hie-bios 0.6.1 (#693)
1 parent 993cfdd commit 1ca8969

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

exe/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ setCacheDir logger prefix hscComponents comps dflags = do
518518

519519

520520
renderCradleError :: NormalizedFilePath -> CradleError -> FileDiagnostic
521-
renderCradleError nfp (CradleError _ec t) =
521+
renderCradleError nfp (CradleError _ _ec t) =
522522
ideErrorWithSource (Just "cradle") (Just DsError) nfp (T.unlines (map T.pack t))
523523

524524
-- See Note [Multi Cradle Dependency Info]

ghcide.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ executable ghcide
259259
hashable,
260260
haskell-lsp,
261261
haskell-lsp-types,
262-
hie-bios >= 0.5.0 && < 0.6,
262+
hie-bios >= 0.6.0 && < 0.7,
263263
ghcide,
264264
optparse-applicative,
265265
safe-exceptions,

stack-ghc-lib.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extra-deps:
66
- haskell-lsp-types-0.22.0.0
77
- lsp-test-0.11.0.2
88
- extra-1.7.2
9-
- hie-bios-0.5.0
9+
- hie-bios-0.6.1
1010
- ghc-lib-parser-8.8.1
1111
- ghc-lib-8.8.1
1212
- fuzzy-0.1.0.0

stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ extra-deps:
55
- haskell-lsp-0.22.0.0
66
- haskell-lsp-types-0.22.0.0
77
- lsp-test-0.11.0.2
8-
- hie-bios-0.5.0
8+
- hie-bios-0.6.1
99
- fuzzy-0.1.0.0
1010
- regex-pcre-builtin-0.95.1.1.8.43
1111
- regex-base-0.94.0.0

stack810.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extra-deps:
77
- haskell-lsp-types-0.22.0.0
88
- lsp-test-0.11.0.2
99
- ghc-check-0.5.0.1
10-
- hie-bios-0.5.0
10+
- hie-bios-0.6.1
1111

1212
# not yet in stackage
1313
- Chart-diagrams-1.9.3

stack84.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extra-deps:
1111
- rope-utf16-splay-0.3.1.0
1212
- filepattern-0.1.1
1313
- js-dgtable-0.5.2
14-
- hie-bios-0.5.0
14+
- hie-bios-0.6.1
1515
- fuzzy-0.1.0.0
1616
- shake-0.18.5
1717
- time-compat-1.9.2.2

stack88.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extra-deps:
66
- haskell-lsp-types-0.22.0.0
77
- lsp-test-0.11.0.2
88
- ghc-check-0.5.0.1
9-
- hie-bios-0.5.0
9+
- hie-bios-0.6.1
1010
- extra-1.7.2
1111
nix:
1212
packages: [zlib]

0 commit comments

Comments
 (0)