mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-16 06:36:30 +03:00
fbe192a7a3
This is in preparation for #2326 as well as for splitting hie-core into a separate repo. Given that, it explicitely avoids using our dev-env. We do need to install a few system packages, so for now this uses the hosted builder so we can do this. Another option would be to just add those to our builders. I don’t really have a preference either way. The builds are < 5 minutes so I don’t expect issues from using the hosted builders.
18 lines
441 B
YAML
18 lines
441 B
YAML
resolver: nightly-2019-05-20
|
|
packages:
|
|
- .
|
|
|
|
extra-deps:
|
|
- git: https://github.com/alanz/haskell-lsp.git
|
|
commit: d73e2ccb518724e6766833ee3d7e73289cbe0018
|
|
subdirs:
|
|
- .
|
|
- haskell-lsp-types
|
|
- git: https://github.com/digital-asset/lsp-test.git
|
|
commit: 50c43452e19e494d71ccba1f7922d0b3b3fc69c3
|
|
- git: https://github.com/mpickering/hie-bios.git
|
|
commit: 8427e424a83c2f3d60bdd26c02478c00d2189a73
|
|
nix:
|
|
packages: [zlib]
|
|
allow-newer: true
|