Skip to content

Commit 4baf294

Browse files
committed
Rewrite the 8.6.4 stack descriptor on top of the 8.6.5 one
GHC minor versions do not change any APIs, do they?
1 parent 231bf0c commit 4baf294

File tree

1 file changed

+16
-34
lines changed

1 file changed

+16
-34
lines changed

stack-8.6.4.yaml

Lines changed: 16 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
resolver: lts-13.19 # Last 8.6.4
1+
resolver: lts-14.27 # Last 8.6.5
2+
compiler: ghc-8.6.4
23

34
packages:
45
- .
@@ -8,75 +9,56 @@ ghc-options:
89
"$everything": -haddock
910

1011
extra-deps:
11-
- aeson-1.4.3.0
1212
- ansi-terminal-0.10.3
13-
- async-2.2.2
14-
- brittany-0.12.1.1
13+
- base-compat-0.11.0
14+
- brittany-0.12.1.1@rev:2
1515
- butcher-1.3.3.1
16-
- bytestring-trie-0.2.5.0
1716
- Cabal-3.0.2.0
18-
- cabal-doctest-1.0.8
19-
- cabal-plan-0.5.0.0
20-
- constrained-dynamic-0.1.0.0
21-
- deque-0.4.3
22-
# - ghcide-0.1.0
17+
- cabal-plan-0.6.2.0
18+
- clock-0.7.2
2319
- extra-1.7.3
2420
- floskell-0.10.3
2521
- fuzzy-0.1.0.0
22+
# - ghcide-0.1.0
2623
- ghc-check-0.5.0.1
27-
- ghc-exactprint-0.6.2 # for HaRe
24+
- ghc-exactprint-0.6.2
2825
- ghc-lib-parser-8.10.1.20200523
2926
- ghc-lib-parser-ex-8.10.0.4
30-
- ghc-paths-0.1.0.12
3127
- haddock-api-2.22.0@rev:1
3228
- haddock-library-1.8.0
33-
- happy-1.19.12
3429
- haskell-lsp-0.22.0.0
3530
- haskell-lsp-types-0.22.0.0
36-
- haskell-src-exts-1.21.1
3731
- hie-bios-0.6.1
38-
- hlint-2.2.8
39-
- hoogle-5.0.17.11
40-
- hsimport-0.11.0@rev:2
4132
- HsYAML-0.2.1.0@rev:1
4233
- HsYAML-aeson-0.2.0.0@rev:1
34+
- indexed-profunctors-0.1
4335
- lens-4.18
4436
- lsp-test-0.11.0.3
45-
- microlens-th-0.4.2.3@rev:1
4637
- monad-dijkstra-0.1.1.2
47-
- monad-memo-0.4.1
48-
- multistate-0.8.0.1
49-
- ormolu-0.1.2.0
5038
- opentelemetry-0.4.2
39+
- optics-core-0.2
5140
- optparse-applicative-0.15.1.0
41+
- ormolu-0.1.2.0
5242
- parser-combinators-1.2.1
5343
- regex-base-0.94.0.0
44+
- regex-pcre-builtin-0.95.1.1.8.43
5445
- regex-tdfa-1.3.1.0
5546
- retrie-0.1.1.1
56-
- rope-utf16-splay-0.3.1.0
57-
- shake-0.19.1
58-
- strict-list-0.1.5
47+
- semialign-1.1
48+
# - github: wz1000/shake
49+
# commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
5950
- stylish-haskell-0.11.0.0
60-
- syb-0.7.1
61-
- syz-0.2.0.0
6251
- tasty-rerun-1.1.17
6352
- temporary-1.2.1.1
64-
- th-abstraction-0.3.1.0
6553
- type-equality-1
66-
- unix-compat-0.5.2
67-
- unordered-containers-0.2.10.0
68-
- yaml-0.11.1.2
69-
# To make build work in windows 7
70-
- unix-time-0.4.7
71-
54+
- topograph-1
7255

7356
flags:
7457
haskell-language-server:
7558
pedantic: true
7659
retrie:
7760
BuildExecutable: false
7861

79-
8062
# allow-newer: true
8163

8264
nix:

0 commit comments

Comments
 (0)