haskell-language-server/stack.yaml

51 lines
964 B
YAML
Raw Normal View History

2020-01-30 00:15:40 +03:00
resolver: lts-14.22
2020-01-25 17:33:53 +03:00
packages:
- .
- ./ghcide/
2020-01-30 00:15:40 +03:00
2020-01-30 02:24:19 +03:00
extra-deps:
2020-01-30 00:15:40 +03:00
- ansi-terminal-0.10.2
- base-compat-0.11.0
2020-03-09 01:09:58 +03:00
# - cabal-helper-1.0.0.0
- github: DanielG/cabal-helper
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
2020-01-30 00:15:40 +03:00
- cabal-plan-0.6.2.0
- clock-0.7.2
- floskell-0.10.2
2020-01-30 00:15:40 +03:00
- fuzzy-0.1.0.0
# - ghcide-0.1.0
2020-03-30 01:24:51 +03:00
- ghc-check-0.1.0.3
- ghc-lib-parser-8.8.2
2020-01-30 00:15:40 +03:00
- haddock-library-1.8.0
2020-03-30 01:24:51 +03:00
- haskell-lsp-0.21.0.0
- haskell-lsp-types-0.21.0.0
# - hie-bios-0.4.0
- github: fendor/hie-bios
commit: d5b7fc9bb3025b1d4d2ac9c48b588faf18dfce99
2020-01-30 00:15:40 +03:00
- indexed-profunctors-0.1
- lsp-test-0.10.2.0
- monad-dijkstra-0.1.1.2
2020-01-30 00:15:40 +03:00
- optics-core-0.2
- optparse-applicative-0.15.1.0
- ormolu-0.0.3.1
2020-01-30 00:15:40 +03:00
- parser-combinators-1.2.1
- regex-base-0.94.0.0
2020-01-30 00:15:40 +03:00
- regex-pcre-builtin-0.95.1.1.8.43
- regex-tdfa-1.3.1.0
2020-01-30 00:15:40 +03:00
- semialign-1.1
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
- topograph-1
flags:
haskell-language-server:
2020-01-30 00:15:40 +03:00
pedantic: true
# allow-newer: true
nix:
2020-01-30 00:15:40 +03:00
packages: [ icu libcxx zlib ]
concurrent-tests: false