haskell-language-server/stack.yaml
2020-08-01 16:28:27 +01:00

65 lines
1.2 KiB
YAML

resolver: lts-14.27 # Last 8.6.5
packages:
- .
- ./ghcide/
ghc-options:
"$everything": -haddock
extra-deps:
- ansi-terminal-0.10.3
- base-compat-0.11.0
- brittany-0.12.1.1@rev:2
- butcher-1.3.3.1
- Cabal-3.0.2.0
- cabal-plan-0.6.2.0
- clock-0.7.2
- extra-1.7.3
- floskell-0.10.3
- fuzzy-0.1.0.0
# - ghcide-0.1.0
- ghc-check-0.5.0.1
- ghc-exactprint-0.6.2
- ghc-lib-parser-8.10.1.20200523
- ghc-lib-parser-ex-8.10.0.4
- haddock-api-2.22.0@rev:1
- haddock-library-1.8.0
- haskell-lsp-0.22.0.0
- haskell-lsp-types-0.22.0.0
- hie-bios-0.6.1
- HsYAML-0.2.1.0@rev:1
- HsYAML-aeson-0.2.0.0@rev:1
- indexed-profunctors-0.1
- lens-4.18
- lsp-test-0.11.0.3
- monad-dijkstra-0.1.1.2
- opentelemetry-0.4.2
- optics-core-0.2
- optparse-applicative-0.15.1.0
- ormolu-0.1.2.0
- parser-combinators-1.2.1
- regex-base-0.94.0.0
- regex-pcre-builtin-0.95.1.1.8.43
- regex-tdfa-1.3.1.0
- retrie-0.1.1.1
- semialign-1.1
- stylish-haskell-0.11.0.0
- tasty-rerun-1.1.17
- temporary-1.2.1.1
- type-equality-1
- topograph-1
flags:
haskell-language-server:
pedantic: true
retrie:
BuildExecutable: false
# allow-newer: true
nix:
packages: [ icu libcxx zlib ]
concurrent-tests: false