forked from haskell/haskell-ide-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack-8.4.3.yaml
48 lines (43 loc) · 933 Bytes
/
stack-8.4.3.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
43
44
45
46
47
48
resolver: lts-12.14 # Last for GHC 8.4.3
packages:
- .
- hie-plugin-api
extra-deps:
- ./submodules/HaRe
- ./submodules/cabal-helper
- ./submodules/ghc-mod
- ./submodules/ghc-mod/core
- ./submodules/ghc-mod/ghc-project-types
- base-compat-0.9.3
- brittany-0.12.1.0
- cabal-plan-0.3.0.0
- constrained-dynamic-0.1.0.0
- filepattern-0.1.1
- floskell-0.10.2
- ghc-exactprint-0.5.8.2
- ghc-lib-parser-8.8.1
- haddock-api-2.20.0
- haddock-library-1.6.0
- haskell-lsp-0.18.0.0
- haskell-lsp-types-0.18.0.0
- haskell-src-exts-1.21.1
- haskell-src-exts-util-0.2.5
- hlint-2.2.4
- hoogle-5.0.17.11
- hsimport-0.11.0
- lsp-test-0.8.2.0
- monad-dijkstra-0.1.1.2
- pretty-show-1.8.2
- rope-utf16-splay-0.3.1.0
- syz-0.2.0.0
# To make build work in windows 7
- unix-time-0.4.7
- temporary-1.2.1.1
flags:
haskell-ide-engine:
pedantic: true
hie-plugin-api:
pedantic: true
nix:
packages: [ icu libcxx zlib ]
concurrent-tests: false