mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-12 13:13:22 +03:00
07cf929ac6
* [#518] Build ghcide with GHC 8.10.1 Resolves #518 * Move CPP logic to the Compat module * Revert changes to mkHieFile * Add local fork of HieAst for 8.10.1 The fix for mkHieFile didn't make it into 8.10.1, so the override is still needed * Ignore hlint in src-ghc810/HieAst.hs * Whitelist CPP for Development.IDE.GHC.Orphans * [#518] Build ghcide with GHC 8.10.1 Resolves #518 * Move CPP logic to the Compat module * Revert changes to mkHieFile * Add local fork of HieAst for 8.10.1 The fix for mkHieFile didn't make it into 8.10.1, so the override is still needed * Ignore hlint in src-ghc810/HieAst.hs * Whitelist CPP for Development.IDE.GHC.Orphans * Plugin tests known broken in 8.10.1 (#556) * Bump up ghc-check version Co-authored-by: Pepe Iborra <pepeiborra@gmail.com> Co-authored-by: pepe iborra <pepeiborra@gmail.com>
18 lines
257 B
YAML
18 lines
257 B
YAML
resolver: nightly-2020-02-13
|
|
compiler: ghc-8.10.1
|
|
allow-newer: true
|
|
packages:
|
|
- .
|
|
extra-deps:
|
|
- haskell-lsp-0.21.0.0
|
|
- haskell-lsp-types-0.21.0.0
|
|
- lsp-test-0.10.2.0
|
|
- ghc-check-0.3.0.1
|
|
|
|
# for ghc-8.10
|
|
- Cabal-3.2.0.0
|
|
- lens-4.19.1
|
|
|
|
nix:
|
|
packages: [zlib]
|