haskell-language-server/stack-8.10.1.yaml

40 lines
761 B
YAML
Raw Normal View History

resolver: nightly-2020-06-15
2020-05-13 15:39:38 +03:00
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
2020-05-13 15:39:38 +03:00
- clock-0.7.2
2020-05-18 00:40:39 +03:00
- floskell-0.10.3
2020-05-13 15:39:38 +03:00
- ghc-exactprint-0.6.3
- lens-4.19.1
2020-06-13 20:16:03 +03:00
- lsp-test-0.11.0.2
2020-05-13 15:39:38 +03:00
- monad-dijkstra-0.1.1.2
- optics-core-0.3
- ormolu-0.0.5.0
2020-05-13 15:39:38 +03:00
- semigroups-0.18.5
- temporary-1.2.1.1
- these-1.1
2020-05-13 15:39:38 +03:00
flags:
haskell-language-server:
pedantic: true
2020-05-14 08:29:25 +03:00
# We want to let agpl be the default value in .cabal (True)
2020-05-13 15:39:38 +03:00
# 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 ]
2020-06-13 20:16:03 +03:00
concurrent-tests: false