haskell-language-server/stack-8.6.4.yaml

91 lines
1.7 KiB
YAML
Raw Normal View History

resolver: lts-14.27 # Last 8.6.5
compiler: ghc-8.6.4
2020-01-30 02:24:19 +03:00
2020-01-30 00:15:40 +03:00
packages:
2020-01-30 02:24:19 +03:00
- .
2020-10-23 09:51:12 +03:00
- ./ghcide/hie-compat
- ./ghcide/
- ./hls-plugin-api
- ./plugins/tactics
2020-09-15 23:15:03 +03:00
- ./plugins/hls-hlint-plugin
- ./plugins/hls-explicit-imports-plugin
- ./plugins/hls-retrie-plugin
2020-01-30 00:15:40 +03:00
2020-07-22 00:50:49 +03:00
ghc-options:
2020-07-20 14:19:42 +03:00
"$everything": -haddock
2020-01-30 00:15:40 +03:00
extra-deps:
2020-08-01 03:41:01 +03:00
- aeson-1.5.2.0
- apply-refact-0.8.2.1
- ansi-terminal-0.10.3
2020-08-06 22:48:58 +03:00
- base-compat-0.10.5
2020-12-12 14:50:28 +03:00
- brittany-0.13.1.0
2020-06-24 22:59:15 +03:00
- butcher-1.3.3.1
2020-05-13 15:38:00 +03:00
- Cabal-3.0.2.0
- cabal-plan-0.6.2.0
- clock-0.7.2
2020-11-23 00:47:37 +03:00
- Diff-0.4.0
2020-06-24 22:59:15 +03:00
- extra-1.7.3
2020-08-05 18:01:07 +03:00
- floskell-0.10.4
2020-11-25 03:22:39 +03:00
- fourmolu-0.3.0.0
2020-01-30 00:15:40 +03:00
- fuzzy-0.1.0.0
# - ghcide-0.1.0
2020-06-13 20:16:03 +03:00
- ghc-check-0.5.0.1
2020-12-09 11:41:50 +03:00
- ghc-events-0.13.0
- ghc-exactprint-0.6.3.2
2020-10-19 14:14:17 +03:00
- ghc-lib-8.10.2.20200916
- ghc-lib-parser-8.10.2.20200916
2020-10-07 09:42:13 +03:00
- ghc-lib-parser-ex-8.10.0.16
- ghc-source-gen-0.4.0.0
2020-12-09 11:41:50 +03:00
- ghc-trace-events-0.1.2.1
2020-05-13 15:38:00 +03:00
- haddock-api-2.22.0@rev:1
2020-01-30 00:15:40 +03:00
- haddock-library-1.8.0
2020-12-09 11:41:50 +03:00
- hashable-1.3.0.0
2020-05-05 20:53:57 +03:00
- haskell-lsp-0.22.0.0
- haskell-lsp-types-0.22.0.0
2020-12-09 11:41:50 +03:00
- heapsize-0.3.0
- hie-bios-0.7.1
2020-12-09 11:41:50 +03:00
- hlint-3.2.3
- HsYAML-0.2.1.0@rev:1
2020-08-05 18:01:07 +03:00
- HsYAML-aeson-0.2.0.0@rev:2
- implicit-hie-cradle-0.3.0.2
- implicit-hie-0.1.2.5
- indexed-profunctors-0.1
2020-05-13 15:38:00 +03:00
- lens-4.18
2020-10-07 09:42:13 +03:00
- lsp-test-0.11.0.6
2020-01-30 00:15:40 +03:00
- monad-dijkstra-0.1.1.2
2020-12-09 11:41:50 +03:00
- opentelemetry-0.6.1
- opentelemetry-extra-0.6.1
- optics-core-0.2
- optparse-applicative-0.15.1.0
2020-11-23 00:47:37 +03:00
- ormolu-0.1.4.1
2020-01-30 00:15:40 +03:00
- parser-combinators-1.2.1
2020-08-06 22:48:58 +03:00
- primitive-0.7.1.0
- refinery-0.3.0.0
2020-01-30 00:15:40 +03:00
- regex-base-0.94.0.0
- regex-pcre-builtin-0.95.1.1.8.43
2020-01-30 00:15:40 +03:00
- regex-tdfa-1.3.1.0
- retrie-0.1.1.1
- semialign-1.1
# - github: wz1000/shake
# commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
2020-10-09 12:34:52 +03:00
- stylish-haskell-0.12.2.0
2020-03-16 21:18:08 +03:00
- tasty-rerun-1.1.17
2020-01-30 00:15:40 +03:00
- temporary-1.2.1.1
2020-08-06 22:48:58 +03:00
- these-1.1.1.1
2020-05-13 15:38:00 +03:00
- type-equality-1
- topograph-1
2020-01-30 00:15:40 +03:00
flags:
haskell-language-server:
2020-01-30 00:15:40 +03:00
pedantic: true
retrie:
BuildExecutable: false
2020-01-30 00:15:40 +03:00
# allow-newer: true
nix:
packages: [icu libcxx zlib]
2020-01-30 00:15:40 +03:00
concurrent-tests: false