haskell-language-server/stack-8.10.1.yaml
2020-07-13 16:27:03 +02:00

41 lines
784 B
YAML

resolver: nightly-2020-06-29
packages:
- .
- ./ghcide/
extra-deps:
- Cabal-3.0.2.0
# - cabal-helper-1.1.0.0
- hie-bios-0.6.1
- github: DanielG/cabal-helper
commit: 79a5608778493bf32e74b54bbf1ea2729941e50f
- cabal-plan-0.7.0.0
- clock-0.7.2
- floskell-0.10.3
- ghc-exactprint-0.6.3
- lens-4.19.1
- lsp-test-0.11.0.2
- monad-dijkstra-0.1.1.2
- optics-core-0.3
- ormolu-0.1.2.0
- stylish-haskell-0.11.0.0
- semigroups-0.18.5
- temporary-1.2.1.1
- these-1.1
flags:
haskell-language-server:
pedantic: true
# We want to let agpl be the default value in .cabal (True)
# but brittany is not usable with ghc-8.10.1
# see https://github.com/lspitzner/brittany/issues/269
agpl: false
# allow-newer: true
nix:
packages: [ icu libcxx zlib ]
concurrent-tests: false