Skip to content

Commit

Permalink
Update to latest hie-bios (#382)
Browse files Browse the repository at this point in the history
* Update to latest hie-bios

* Remove explicit usage of type parameter Void from Cradle
  • Loading branch information
fendor authored Feb 4, 2020
1 parent 84c256e commit 1d04b09
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion exe/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ showEvent lock (EventFileDiagnostics (toNormalizedFilePath -> file) diags) =
showEvent lock e = withLock lock $ print e


cradleToSession :: Cradle -> IO HscEnvEq
cradleToSession :: Cradle a -> IO HscEnvEq
cradleToSession cradle = do
cradleRes <- getCompilerOptions "" cradle
opts <- case cradleRes of
Expand Down
2 changes: 1 addition & 1 deletion ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ executable ghcide
ghc,
gitrev,
haskell-lsp,
hie-bios >= 0.3.2 && < 0.4,
hie-bios >= 0.4.0 && < 0.5,
ghcide,
optparse-applicative,
shake,
Expand Down
2 changes: 1 addition & 1 deletion stack-ghc-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extra-deps:
- haskell-lsp-0.19.0.0
- haskell-lsp-types-0.19.0.0
- lsp-test-0.10.0.0
- hie-bios-0.3.2
- hie-bios-0.4.0
- ghc-lib-parser-8.8.1
- ghc-lib-8.8.1
- fuzzy-0.1.0.0
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extra-deps:
- haskell-lsp-0.19.0.0
- haskell-lsp-types-0.19.0.0
- lsp-test-0.10.0.0
- hie-bios-0.3.2
- hie-bios-0.4.0
- fuzzy-0.1.0.0
- regex-pcre-builtin-0.95.1.1.8.43
- regex-base-0.94.0.0
Expand Down
5 changes: 4 additions & 1 deletion stack84.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ packages:
- .

extra-deps:
- aeson-1.4.6.0
- base-orphans-0.8.2
- haskell-lsp-0.19.0.0
- haskell-lsp-types-0.19.0.0
- lsp-test-0.10.0.0
- rope-utf16-splay-0.3.1.0
- filepattern-0.1.1
- js-dgtable-0.5.2
- hie-bios-0.3.2
- hie-bios-0.4.0
- fuzzy-0.1.0.0
- shake-0.18.4
- time-compat-1.9.2.2
- regex-base-0.94.0.0
- regex-tdfa-1.3.1.0
- parser-combinators-1.2.1
Expand Down
1 change: 1 addition & 0 deletions stack88.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ packages:
- .
extra-deps:
- fuzzy-0.1.0.0
- hie-bios-0.4.0
allow-newer: true
nix:
packages: [zlib]

0 comments on commit 1d04b09

Please sign in to comment.