haskell-language-server/stack-8.10.1.yaml

40 lines
761 B
YAML

resolver: nightly-2020-06-15
compiler: ghc-8.10.1
packages:
- .
- ./ghcide/
extra-deps:
- Cabal-3.2.0.0
# - cabal-helper-1.1.0.0
- 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.0.5.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