Skip to content

Commit c28e00a

Browse files
Undo changes to stack.yaml
1 parent b795a37 commit c28e00a

File tree

1 file changed

+50
-6
lines changed

1 file changed

+50
-6
lines changed

stack.yaml

+50-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2020-12-09
1+
resolver: lts-14.27 # Last 8.6.5
22

33
packages:
44
- .
@@ -18,37 +18,79 @@ packages:
1818
ghc-options:
1919
"$everything": -haddock
2020

21+
22+
2123
extra-deps:
24+
- aeson-1.5.2.0
2225
- apply-refact-0.9.0.0
26+
- ansi-terminal-0.10.3
27+
- base-compat-0.10.5
2328
- brittany-0.13.1.0
29+
- butcher-1.3.3.1
2430
- Cabal-3.0.2.0
31+
- cabal-plan-0.6.2.0
2532
- clock-0.7.2
26-
- data-tree-print-0.1.0.2@rev:2
33+
- Diff-0.4.0
2734
- floskell-0.10.4
2835
- fourmolu-0.3.0.0
36+
- fuzzy-0.1.0.0
37+
- ghc-check-0.5.0.1
38+
- ghc-events-0.13.0
2939
- ghc-exactprint-0.6.3.4
3040
- ghc-lib-8.10.3.20201220
3141
- ghc-lib-parser-8.10.3.20201220
32-
- lsp-1.1.0.0
33-
- lsp-types-1.1.0.0
34-
- lsp-test-0.13.0.0
42+
- ghc-lib-parser-ex-8.10.0.17
43+
- ghc-source-gen-0.4.0.0
44+
- ghc-trace-events-0.1.2.1
45+
- haddock-api-2.22.0@rev:1
46+
- haddock-library-1.8.0
47+
- hashable-1.3.0.0
3548
- heapsize-0.3.0
49+
- hie-bios-0.7.1
50+
- hlint-3.2.3
51+
- HsYAML-0.2.1.0@rev:1
52+
- HsYAML-aeson-0.2.0.0@rev:2
3653
- implicit-hie-cradle-0.3.0.2
3754
- implicit-hie-0.1.2.5
55+
- indexed-profunctors-0.1
56+
- lens-4.18
57+
- megaparsec-9.0.1
3858
- monad-dijkstra-0.1.1.2
59+
- opentelemetry-0.6.1
60+
- opentelemetry-extra-0.6.1
61+
- optics-core-0.2
62+
- optparse-applicative-0.15.1.0
63+
- ormolu-0.1.4.1
64+
- parser-combinators-1.2.1
65+
- primitive-0.7.1.0
3966
- refinery-0.3.0.0
67+
- regex-base-0.94.0.0
68+
- regex-pcre-builtin-0.95.1.1.8.43
69+
- regex-tdfa-1.3.1.0
4070
- retrie-0.1.1.1
71+
- semialign-1.1
4172
- stylish-haskell-0.12.2.0
42-
- semigroups-0.18.5
73+
- tasty-rerun-1.1.17
4374
- temporary-1.2.1.1
75+
- these-1.1.1.1
76+
- type-equality-1
77+
- topograph-1
78+
- uniplate-1.6.13
79+
- with-utf8-1.0.2.1@sha256:95c02fffa643ddbeb092359802a512007c3e644cd509809f4716ad54592c437b,3057
80+
- th-env-0.1.0.2@sha256:d8f1f37f42a8f1a22404d7d0579528af18f5dac7232cca6bdbd5117c115a0ad5,1370
4481
- bytestring-encoding-0.1.0.0@sha256:460b49779fbf0112e8e2f1753c1ed9131eb18827600c298f4d6bb51c4e8c1c0d,1727
4582
- hiedb-0.3.0.1
83+
- extra-1.7.9@sha256:f1dec740f0f2025790c540732bfd52c556ec55bde4f5dfd7cf18e22bd44ff3d0,2683
84+
- lsp-1.1.1.0
85+
- lsp-types-1.1.0.0
86+
- lsp-test-0.13.0.0
4687
- dependent-map-0.4.0.0@sha256:ca2b131046f4340a1c35d138c5a003fe4a5be96b14efc26291ed35fd08c62221,1657
4788
- dependent-sum-0.7.1.0@sha256:5599aa89637db434431b1dd3fa7c34bc3d565ee44f0519bfbc877be1927c2531,2068
4889
- dependent-sum-template-0.1.0.3@sha256:0bbbacdfbd3abf2a15aaf0cf2c27e5bdd159b519441fec39e1e6f2f54424adde,1682
4990
- constraints-extras-0.3.0.2@sha256:013b8d0392582c6ca068e226718a4fe8be8e22321cc0634f6115505bf377ad26,1853
5091
- some-1.0.1@sha256:26e5bab7276f48b25ea8660d3fd1166c0f20fd497dac879a40f408e23211f93e,2055
5192
- unliftio-core-0.2.0.1@sha256:9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a,1082
93+
- resourcet-1.2.3
5294

5395
configure-options:
5496
ghcide:
@@ -64,6 +106,8 @@ flags:
64106
retrie:
65107
BuildExecutable: false
66108

109+
# allow-newer: true
110+
67111
nix:
68112
packages: [icu libcxx zlib]
69113

0 commit comments

Comments
 (0)