Skip to content

Commit 74bef07

Browse files
committed
track also LTS 16
1 parent 1d95907 commit 74bef07

File tree

3 files changed

+128
-3
lines changed

3 files changed

+128
-3
lines changed

.circleci/config.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,18 @@ defaults: &defaults
7575

7676
version: 2
7777
jobs:
78-
stackage-lts:
78+
stackage-lts16:
7979
environment:
8080
# https://github.com/digital-asset/ghc-lib/issues/352
8181
- CPATH: "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ffi:$CPATH"
82-
- STACK_FILE: "stack-lts.yaml"
82+
- STACK_FILE: "stack-lts16.yaml"
83+
<<: *defaults
84+
85+
stackage-lts19:
86+
environment:
87+
# https://github.com/digital-asset/ghc-lib/issues/352
88+
- CPATH: "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ffi:$CPATH"
89+
- STACK_FILE: "stack-lts19.yaml"
8390
<<: *defaults
8491

8592
stackage-nightly:
@@ -94,5 +101,6 @@ workflows:
94101
version: 2
95102
multiple-ghcs:
96103
jobs:
97-
- stackage-lts
104+
- stackage-lts16
105+
- stackage-lts19
98106
- stackage-nightly

stack-lts16.yaml

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
resolver: lts-16.31 # last 8.8.4 lts
2+
3+
packages:
4+
- .
5+
- ./hie-compat
6+
- ./hls-graph
7+
- ./ghcide/
8+
- ./shake-bench
9+
- ./hls-plugin-api
10+
- ./hls-test-utils
11+
- ./plugins/hls-call-hierarchy-plugin
12+
- ./plugins/hls-class-plugin
13+
- ./plugins/hls-haddock-comments-plugin
14+
- ./plugins/hls-eval-plugin
15+
- ./plugins/hls-explicit-imports-plugin
16+
- ./plugins/hls-refine-imports-plugin
17+
- ./plugins/hls-hlint-plugin
18+
- ./plugins/hls-rename-plugin
19+
- ./plugins/hls-retrie-plugin
20+
- ./plugins/hls-splice-plugin
21+
- ./plugins/hls-tactics-plugin
22+
- ./plugins/hls-qualify-imported-names-plugin
23+
- ./plugins/hls-brittany-plugin
24+
- ./plugins/hls-stylish-haskell-plugin
25+
- ./plugins/hls-floskell-plugin
26+
- ./plugins/hls-fourmolu-plugin
27+
- ./plugins/hls-pragmas-plugin
28+
- ./plugins/hls-module-name-plugin
29+
- ./plugins/hls-ormolu-plugin
30+
- ./plugins/hls-alternate-number-format-plugin
31+
- ./plugins/hls-selection-range-plugin
32+
- ./plugins/hls-change-type-signature-plugin
33+
34+
ghc-options:
35+
"$everything": -haddock
36+
37+
extra-deps:
38+
- aeson-1.5.2.0
39+
- apply-refact-0.9.3.0
40+
- brittany-0.13.1.2
41+
- bytestring-trie-0.2.5.0
42+
- cabal-plan-0.6.2.0
43+
- clock-0.7.2
44+
- constrained-dynamic-0.1.0.0
45+
- extra-1.7.10
46+
- floskell-0.10.4
47+
- fourmolu-0.3.0.0
48+
- ghc-check-0.5.0.4
49+
- ghc-exactprint-0.6.4
50+
- ghc-lib-8.10.7.20210828
51+
- ghc-lib-parser-8.10.7.20210828
52+
- ghc-source-gen-0.4.1.0
53+
- ghc-trace-events-0.1.2.1
54+
- haskell-src-exts-1.21.1
55+
- heapsize-0.3.0
56+
- hie-bios-0.9.1
57+
- hlint-3.2.8
58+
- HsYAML-aeson-0.2.0.0@rev:2
59+
- hoogle-5.0.17.11
60+
- hsimport-0.11.0
61+
- ilist-0.3.1.0
62+
- implicit-hie-cradle-0.3.0.5
63+
- implicit-hie-0.1.2.6
64+
- megaparsec-9.0.1
65+
- monad-dijkstra-0.1.1.2
66+
- opentelemetry-0.6.1
67+
- opentelemetry-extra-0.6.1
68+
- prettyprinter-1.7.1
69+
- refinery-0.4.0.0
70+
- retrie-1.1.0.0
71+
- semigroups-0.18.5
72+
- shake-0.19.4
73+
- stylish-haskell-0.12.2.0
74+
- temporary-1.2.1.1
75+
- th-compat-0.1.2@sha256:3d55de1adc542c1a870c9ada90da2fbbe5f4e8bcd3eed545a55c3df9311b32a8,2854
76+
- bytestring-encoding-0.1.0.0@sha256:460b49779fbf0112e8e2f1753c1ed9131eb18827600c298f4d6bb51c4e8c1c0d,1727
77+
- hiedb-0.4.1.0
78+
- sqlite-simple-0.4.18.0@sha256:3ceea56375c0a3590c814e411a4eb86943f8d31b93b110ca159c90689b6b39e5,3002
79+
- direct-sqlite-2.3.26@sha256:04e835402f1508abca383182023e4e2b9b86297b8533afbd4e57d1a5652e0c23,3718
80+
- dependent-map-0.4.0.0@sha256:ca2b131046f4340a1c35d138c5a003fe4a5be96b14efc26291ed35fd08c62221,1657
81+
- dependent-sum-0.7.1.0@sha256:5599aa89637db434431b1dd3fa7c34bc3d565ee44f0519bfbc877be1927c2531,2068
82+
- dependent-sum-template-0.1.0.3@sha256:0bbbacdfbd3abf2a15aaf0cf2c27e5bdd159b519441fec39e1e6f2f54424adde,1682
83+
- constraints-extras-0.3.0.2@sha256:013b8d0392582c6ca068e226718a4fe8be8e22321cc0634f6115505bf377ad26,1853
84+
- some-1.0.1@sha256:26e5bab7276f48b25ea8660d3fd1166c0f20fd497dac879a40f408e23211f93e,2055
85+
- unliftio-core-0.2.0.1@sha256:9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a,1082
86+
- lsp-1.4.0.0
87+
- lsp-types-1.4.0.1
88+
- lsp-test-0.14.0.2
89+
- stm-containers-1.1.0.4
90+
- stm-hamt-1.2.0.6@sha256:fba86ccb4b45c5706c19b0e1315ba63dcac3b5d71de945ec001ba921fae80061,3972
91+
- primitive-extras-0.10.1
92+
- primitive-unlifted-0.1.3.1
93+
94+
configure-options:
95+
ghcide:
96+
- --disable-library-for-ghci
97+
haskell-language-server:
98+
- --disable-library-for-ghci
99+
heapsize:
100+
- --disable-library-for-ghci
101+
102+
flags:
103+
haskell-language-server:
104+
pedantic: true
105+
retrie:
106+
BuildExecutable: false
107+
# Stack doesn't support automatic flags.
108+
# Until the formatters support ghc-lib-9, we need this flag disabled
109+
hls-hlint-plugin:
110+
hlint34: false
111+
hyphenation:
112+
embed: true
113+
114+
nix:
115+
packages: [icu libcxx zlib]
116+
117+
concurrent-tests: false
File renamed without changes.

0 commit comments

Comments
 (0)