mirror of
https://github.com/haskell/ghcide.git
synced 2025-01-06 01:44:13 +03:00
Require hie-bios 0.3.2 or above (#286)
* Require hie-bios 0.3.2 or above * Update stack.yaml files * Use newer parser-combinators on GHC 8.4 * Bump parser combinators on 8.6 Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
This commit is contained in:
parent
6bb1e4e05a
commit
2c96c9b87f
@ -163,7 +163,7 @@ executable ghcide
|
||||
ghc-paths,
|
||||
ghc,
|
||||
haskell-lsp,
|
||||
hie-bios >= 0.3 && < 0.4,
|
||||
hie-bios >= 0.3.2 && < 0.4,
|
||||
ghcide,
|
||||
optparse-applicative,
|
||||
shake,
|
||||
|
@ -4,8 +4,8 @@ packages:
|
||||
extra-deps:
|
||||
- haskell-lsp-0.19.0.0
|
||||
- haskell-lsp-types-0.19.0.0
|
||||
- lsp-test-0.9.0.0
|
||||
- hie-bios-0.3.0
|
||||
- lsp-test-0.10.0.0
|
||||
- hie-bios-0.3.2
|
||||
- ghc-lib-parser-8.8.1
|
||||
- ghc-lib-8.8.1
|
||||
- fuzzy-0.1.0.0
|
||||
|
@ -1,13 +1,14 @@
|
||||
resolver: nightly-2019-09-16
|
||||
resolver: nightly-2019-09-21
|
||||
packages:
|
||||
- .
|
||||
extra-deps:
|
||||
- haskell-lsp-0.19.0.0
|
||||
- haskell-lsp-types-0.19.0.0
|
||||
- lsp-test-0.9.0.0
|
||||
- hie-bios-0.3.0
|
||||
- lsp-test-0.10.0.0
|
||||
- hie-bios-0.3.2
|
||||
- fuzzy-0.1.0.0
|
||||
- regex-base-0.94.0.0
|
||||
- regex-tdfa-1.3.1.0
|
||||
- parser-combinators-1.2.1
|
||||
nix:
|
||||
packages: [zlib]
|
||||
|
@ -5,15 +5,16 @@ packages:
|
||||
extra-deps:
|
||||
- haskell-lsp-0.19.0.0
|
||||
- haskell-lsp-types-0.19.0.0
|
||||
- lsp-test-0.9.0.0
|
||||
- lsp-test-0.10.0.0
|
||||
- rope-utf16-splay-0.3.1.0
|
||||
- shake-0.18.3
|
||||
- filepattern-0.1.1
|
||||
- js-dgtable-0.5.2
|
||||
- hie-bios-0.3.0
|
||||
- hie-bios-0.3.2
|
||||
- fuzzy-0.1.0.0
|
||||
- regex-base-0.94.0.0
|
||||
- regex-tdfa-1.3.1.0
|
||||
- parser-combinators-1.2.1
|
||||
nix:
|
||||
packages: [zlib]
|
||||
allow-newer: true
|
||||
|
@ -1,14 +1,9 @@
|
||||
resolver: nightly-2019-12-06
|
||||
resolver: nightly-2020-01-03
|
||||
packages:
|
||||
- .
|
||||
extra-deps:
|
||||
- haskell-lsp-0.19.0.0
|
||||
- haskell-lsp-types-0.19.0.0
|
||||
- lsp-test-0.9.0.0
|
||||
- hie-bios-0.3.0
|
||||
- hie-bios-0.3.2
|
||||
- fuzzy-0.1.0.0
|
||||
- regex-base-0.94.0.0
|
||||
- regex-tdfa-1.3.1.0
|
||||
allow-newer: true
|
||||
nix:
|
||||
packages: [zlib]
|
||||
|
Loading…
Reference in New Issue
Block a user