forked from haskell/haskell-ide-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack.yaml
42 lines (36 loc) · 767 Bytes
/
stack.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
resolver: nightly-2019-07-31 # GHC 8.6.5
packages:
- .
- hie-plugin-api
extra-deps:
- ./submodules/HaRe
- ./submodules/cabal-helper
- ./submodules/ghc-mod
- ./submodules/ghc-mod/core
- ./submodules/ghc-mod/ghc-project-types
- ansi-terminal-0.8.2
- ansi-wl-pprint-0.6.8.2
- brittany-0.12.0.0
- cabal-plan-0.4.0.0
- constrained-dynamic-0.1.0.0
- floskell-0.10.1
- ghc-lib-parser-8.8.0.20190723
- haddock-api-2.22.0
- haskell-lsp-0.15.0.0
- haskell-lsp-types-0.15.0.0
- hlint-2.2.2
- hsimport-0.10.0
- lsp-test-0.6.0.0
- monad-dijkstra-0.1.1.2@rev:1
- syz-0.2.0.0
- temporary-1.2.1.1
- yaml-0.8.32
flags:
haskell-ide-engine:
pedantic: true
hie-plugin-api:
pedantic: true
# allow-newer: true
nix:
packages: [ icu libcxx zlib ]
concurrent-tests: false