-
-
Notifications
You must be signed in to change notification settings - Fork 429
Expand file tree
/
Copy pathstack-lts22.yaml
More file actions
68 lines (58 loc) · 1.3 KB
/
stack-lts22.yaml
File metadata and controls
68 lines (58 loc) · 1.3 KB
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
resolver: lts-22.44 # ghc-9.6.7
packages:
- .
- ./hls-graph
- ./ghcide/
- ./hls-plugin-api
- ./hls-test-utils
ghc-options:
"$everything": -haddock
allow-newer: true
allow-newer-deps:
- extensions
# stan dependencies
- directory-ospath-streaming
extra-deps:
- extra-1.8.1
- Diff-0.5
- hiedb-0.8.0.0
- hie-bios-0.18.0
- hie-compat-0.3.1.2
- implicit-hie-0.1.4.0
- lsp-2.8.0.0
- lsp-test-0.18.0.0
- lsp-types-2.4.0.0
- websockets-0.13.0.0@sha256:9b3680ba5055e0b34ab29c341b21d70084bf067519fc059af0e597cd90a4a05a,7567
- monad-dijkstra-0.1.1.4 # 5
- retrie-1.2.3
- unordered-containers-0.2.21
# stan and friends
- stan-0.2.1.0
- dir-traverse-0.2.3.0
- extensions-0.1.0.1
- tomland-1.3.3.2
- trial-0.0.0.0
- trial-optparse-applicative-0.0.0.0
- trial-tomland-0.0.0.0
- validation-selective-0.2.0.0
- cabal-add-0.2
- cabal-install-parsers-0.6.1.1
- directory-ospath-streaming-0.2.2
configure-options:
ghcide:
- --disable-library-for-ghci
haskell-language-server:
- --disable-library-for-ghci
flags:
haskell-language-server:
pedantic: true
stylish-haskell:
ghc-lib: true
retrie:
BuildExecutable: false
# stan dependencies
directory-ospath-streaming:
os-string: false
nix:
packages: [icu libcxx zlib]
concurrent-tests: false