mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-03 05:23:25 +03:00
9bd78857d8
* #2326, GHC 8.4 compatibility * Fix up CI * Add a Shake lower bound * Upgrade to a hie-bios which is GHC 8.4 compatible * Add a GHC 8.4 stack * Fix HLint again
22 lines
505 B
YAML
22 lines
505 B
YAML
resolver: lts-12.26
|
|
packages:
|
|
- .
|
|
|
|
extra-deps:
|
|
- rope-utf16-splay-0.3.1.0
|
|
- shake-0.18.3
|
|
- filepattern-0.1.1
|
|
- js-dgtable-0.5.2
|
|
- git: https://github.com/alanz/haskell-lsp.git
|
|
commit: bfbd8630504ebc57b70948689c37b85cfbe589da
|
|
subdirs:
|
|
- .
|
|
- haskell-lsp-types
|
|
- git: https://github.com/bubba/lsp-test.git
|
|
commit: d126623dc6895d325e3d204d74e2a22d4f515587
|
|
- git: https://github.com/mpickering/hie-bios.git
|
|
commit: 89e4ba24f87aac9909d9814b0e8c51b679a0ccd4
|
|
nix:
|
|
packages: [zlib]
|
|
allow-newer: true
|