haskell-language-server/stack-8.10.1.yaml
Sandy Maguire 1be17d4b9e
Separate tactics into its own package (#516)
Move the tactics plugin into a separate package, completely distinct form the hls exe which previously hosted this code. This is the first step towards moving tactics out of hls proper entirely.
2020-10-19 11:44:58 -07:00

47 lines
850 B
YAML

resolver: nightly-2020-08-08
packages:
- .
- ./ghcide/
- ./hls-plugin-api
- ./plugins/tactics
ghc-options:
"$everything": -haddock
extra-deps:
- aeson-1.5.2.0
- github: bubba/brittany
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
- Cabal-3.0.2.0
- clock-0.7.2
- data-tree-print-0.1.0.2
- floskell-0.10.4
- fourmolu-0.2.0.0
- HsYAML-aeson-0.2.0.0@rev:2
- monad-dijkstra-0.1.1.2
- opentelemetry-0.4.2
- ormolu-0.1.3.0
- refinery-0.3.0.0
- retrie-0.1.1.1
- stylish-haskell-0.12.2.0
- semigroups-0.18.5
- temporary-1.2.1.1
- implicit-hie-cradle-0.2.0.1
- implicit-hie-0.1.1.0
- hie-bios-0.7.1
flags:
haskell-language-server:
pedantic: true
retrie:
BuildExecutable: false
# for data-tree-print's bounds on base (>=4.8 && <4.14); using base-4.14.0.0.
allow-newer: true
nix:
packages: [ icu libcxx zlib ]
concurrent-tests: false