Skip to content

Commit 9ae5134

Browse files
authored
Use hie-bios-0.7.1 (#763)
1 parent 59e8bb9 commit 9ae5134

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

ghcide.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ library
8686
ghc-check >=0.5.0.1,
8787
ghc-paths,
8888
cryptohash-sha1 >=0.11.100 && <0.12,
89-
hie-bios >= 0.6.0 && < 0.8.0,
89+
hie-bios >= 0.7.1 && < 0.8.0,
9090
base16-bytestring >=0.1.1 && <0.2
9191
if os(windows)
9292
build-depends:
@@ -280,7 +280,7 @@ executable ghcide
280280
hashable,
281281
haskell-lsp,
282282
haskell-lsp-types,
283-
hie-bios >= 0.6.0 && < 0.8,
283+
hie-bios,
284284
ghcide,
285285
lens,
286286
optparse-applicative,

stack-ghc-lib.yaml

Lines changed: 1 addition & 1 deletion
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.5
88
- extra-1.7.2
9-
- hie-bios-0.6.1
9+
- hie-bios-0.7.1
1010
- ghc-lib-parser-8.8.1
1111
- ghc-lib-8.8.1
1212
- fuzzy-0.1.0.0

stack.yaml

Lines changed: 1 addition & 1 deletion
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.5
8-
- hie-bios-0.6.1
8+
- hie-bios-0.7.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

Lines changed: 1 addition & 1 deletion
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.5
99
- ghc-check-0.5.0.1
10-
- hie-bios-0.6.1
10+
- hie-bios-0.7.1
1111

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

stack84.yaml

Lines changed: 4 additions & 3 deletions
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.6.1
14+
- hie-bios-0.7.1
1515
- fuzzy-0.1.0.0
1616
- shake-0.18.5
1717
- time-compat-1.9.2.2
@@ -32,8 +32,9 @@ extra-deps:
3232
# For benchHist
3333
- Chart-1.9.3
3434
- Chart-diagrams-1.9.3
35-
36-
35+
# For hie-bios-0.7.1
36+
- yaml-0.11.2.0
37+
- libyaml-0.1.2
3738
nix:
3839
packages: [zlib]
3940

stack88.yaml

Lines changed: 1 addition & 1 deletion
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.5
88
- ghc-check-0.5.0.1
9-
- hie-bios-0.6.1
9+
- hie-bios-0.7.1
1010
- extra-1.7.2
1111
nix:
1212
packages: [zlib]

0 commit comments

Comments
 (0)