Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 1d04b09

Browse files
authored
Update to latest hie-bios (#382)
* Update to latest hie-bios * Remove explicit usage of type parameter Void from Cradle
1 parent 84c256e commit 1d04b09

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

exe/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ showEvent lock (EventFileDiagnostics (toNormalizedFilePath -> file) diags) =
177177
showEvent lock e = withLock lock $ print e
178178

179179

180-
cradleToSession :: Cradle -> IO HscEnvEq
180+
cradleToSession :: Cradle a -> IO HscEnvEq
181181
cradleToSession cradle = do
182182
cradleRes <- getCompilerOptions "" cradle
183183
opts <- case cradleRes of

ghcide.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ executable ghcide
177177
ghc,
178178
gitrev,
179179
haskell-lsp,
180-
hie-bios >= 0.3.2 && < 0.4,
180+
hie-bios >= 0.4.0 && < 0.5,
181181
ghcide,
182182
optparse-applicative,
183183
shake,

stack-ghc-lib.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ extra-deps:
55
- haskell-lsp-0.19.0.0
66
- haskell-lsp-types-0.19.0.0
77
- lsp-test-0.10.0.0
8-
- hie-bios-0.3.2
8+
- hie-bios-0.4.0
99
- ghc-lib-parser-8.8.1
1010
- ghc-lib-8.8.1
1111
- 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.19.0.0
66
- haskell-lsp-types-0.19.0.0
77
- lsp-test-0.10.0.0
8-
- hie-bios-0.3.2
8+
- hie-bios-0.4.0
99
- fuzzy-0.1.0.0
1010
- regex-pcre-builtin-0.95.1.1.8.43
1111
- regex-base-0.94.0.0

stack84.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ packages:
33
- .
44

55
extra-deps:
6+
- aeson-1.4.6.0
7+
- base-orphans-0.8.2
68
- haskell-lsp-0.19.0.0
79
- haskell-lsp-types-0.19.0.0
810
- lsp-test-0.10.0.0
911
- rope-utf16-splay-0.3.1.0
1012
- filepattern-0.1.1
1113
- js-dgtable-0.5.2
12-
- hie-bios-0.3.2
14+
- hie-bios-0.4.0
1315
- fuzzy-0.1.0.0
1416
- shake-0.18.4
17+
- time-compat-1.9.2.2
1518
- regex-base-0.94.0.0
1619
- regex-tdfa-1.3.1.0
1720
- parser-combinators-1.2.1

stack88.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ packages:
33
- .
44
extra-deps:
55
- fuzzy-0.1.0.0
6+
- hie-bios-0.4.0
67
allow-newer: true
78
nix:
89
packages: [zlib]

0 commit comments

Comments
 (0)