Skip to content

Commit

Permalink
Require hie-bios 0.3.2 or above (#286)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
ndmitchell and cocreature committed Jan 3, 2020
1 parent 6bb1e4e commit 2c96c9b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions stack-ghc-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 3 additions & 2 deletions stack84.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 2 additions & 7 deletions stack88.yaml
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 2c96c9b

Please sign in to comment.