forked from haskell/haskell-ide-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack-8.4.2.yaml
80 lines (75 loc) · 1.76 KB
/
stack-8.4.2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
resolver: nightly-2018-05-30 # last nightly for GHC 8.4.2
packages:
- .
- hie-plugin-api
extra-deps:
# - ./submodules/HaRe
- aeson-1.4.6.0
- aeson-pretty-0.8.8
- base-compat-0.9.3
- base-orphans-0.8.2
- bifunctors-5.5.6
- brittany-0.12.1.1
- bytestring-trie-0.2.5.0
# - cabal-helper-1.0.0.0
- github: jneira/cabal-helper
commit: ffb1f57a5ffc6b7ac3c46a9974c4420a6d2bb9b2
- cabal-plan-0.5.0.0
- connection-0.3.1 # for network and network-bsd
- constrained-dynamic-0.1.0.0
- extra-1.6.18
- file-embed-0.0.11
- filepattern-0.1.1
- floskell-0.10.2
- generic-deriving-1.13.1
- ghc-exactprint-0.6.2 # for HaRe
- ghc-lib-parser-8.8.2
- ghc-lib-parser-ex-8.8.4.0
- haddock-api-2.20.0
- haddock-library-1.6.0
- haskell-lsp-0.20.0.0
- haskell-lsp-types-0.20.0.0
- haskell-src-exts-1.21.1
- haskell-src-exts-util-0.2.5
- hie-bios-0.4.0
- hlint-2.2.10
- hoogle-5.0.17.11
- hsimport-0.11.0
- hslogger-1.3.1.0
- invariant-0.5.3
- lens-4.18.1
- libyaml-0.1.1.0
- lsp-test-0.10.1.0
- microlens-th-0.4.3.2
- monad-dijkstra-0.1.1.2
- network-3.1.1.1 # for hslogger
- network-bsd-2.8.1.0 # for hslogger
- parser-combinators-1.2.1
- profunctors-5.5.1
- pretty-show-1.8.2
- rope-utf16-splay-0.3.1.0
- simple-sendfile-0.2.30 # for network and network-bsd
- socks-0.6.1 # for network and network-bsd
- syz-0.2.0.0
- type-equality-1
- unix-compat-0.5.2
- unordered-containers-0.2.10.0
- yaml-0.11.2.0
- th-abstraction-0.3.1.0
- windns-0.1.0.0
- yi-rope-0.11
# To make build work in windows 7
- unix-time-0.4.7
- temporary-1.2.1.1
- time-compat-1.9.2.2
- time-manager-0.0.0 # for http2
- wai-3.2.2.1 # for network and network-bsd
- warp-3.2.28 # for network and network-bsd
flags:
haskell-ide-engine:
pedantic: true
hie-plugin-api:
pedantic: true
nix:
packages: [ icu libcxx zlib ]
concurrent-tests: false