Skip to content

Commit 45de266

Browse files
committed
Revert back stack.yaml
1 parent 7fefe95 commit 45de266

File tree

1 file changed

+43
-5
lines changed

1 file changed

+43
-5
lines changed

stack.yaml

Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2020-11-22
1+
resolver: lts-14.27 # Last 8.6.5
22

33
packages:
44
- .
@@ -14,32 +14,70 @@ ghc-options:
1414
"$everything": -haddock
1515

1616
extra-deps:
17+
- aeson-1.5.2.0
18+
- apply-refact-0.8.2.1
19+
- ansi-terminal-0.10.3
20+
- base-compat-0.10.5
1721
- github: bubba/brittany
1822
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
23+
- butcher-1.3.3.1
1924
- Cabal-3.0.2.0
25+
- cabal-plan-0.6.2.0
2026
- clock-0.7.2
21-
- data-tree-print-0.1.0.2
27+
- Diff-0.4.0
28+
- extra-1.7.3
2229
- floskell-0.10.4
2330
- fourmolu-0.3.0.0
31+
- fuzzy-0.1.0.0
32+
# - ghcide-0.1.0
33+
- ghc-check-0.5.0.1
34+
- ghc-exactprint-0.6.3.2
35+
- ghc-lib-8.10.2.20200916
36+
- ghc-lib-parser-8.10.2.20200916
37+
- ghc-lib-parser-ex-8.10.0.16
38+
- ghc-source-gen-0.4.0.0
39+
- haddock-api-2.22.0@rev:1
40+
- haddock-library-1.8.0
41+
- haskell-lsp-0.22.0.0
42+
- haskell-lsp-types-0.22.0.0
43+
- hie-bios-0.7.1
44+
- hlint-3.2
45+
- HsYAML-0.2.1.0@rev:1
46+
- HsYAML-aeson-0.2.0.0@rev:2
2447
- implicit-hie-cradle-0.3.0.2
2548
- implicit-hie-0.1.2.5
49+
- indexed-profunctors-0.1
50+
- lens-4.18
2651
- lsp-test-0.11.0.6
2752
- monad-dijkstra-0.1.1.2
2853
- opentelemetry-0.4.2
54+
- optics-core-0.2
55+
- optparse-applicative-0.15.1.0
56+
- ormolu-0.1.4.1
57+
- parser-combinators-1.2.1
58+
- primitive-0.7.1.0
2959
- refinery-0.3.0.0
60+
- regex-base-0.94.0.0
61+
- regex-pcre-builtin-0.95.1.1.8.43
62+
- regex-tdfa-1.3.1.0
3063
- retrie-0.1.1.1
64+
- semialign-1.1
65+
# - github: wz1000/shake
66+
# commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
3167
- stylish-haskell-0.12.2.0
32-
- semigroups-0.18.5
68+
- tasty-rerun-1.1.17
3369
- temporary-1.2.1.1
70+
- these-1.1.1.1
71+
- type-equality-1
72+
- topograph-1
3473

3574
flags:
3675
haskell-language-server:
3776
pedantic: true
3877
retrie:
3978
BuildExecutable: false
4079

41-
# for data-tree-print's bounds on base (>=4.8 && <4.14); using base-4.14.0.0.
42-
allow-newer: true
80+
# allow-newer: true
4381

4482
nix:
4583
packages: [ icu libcxx zlib ]

0 commit comments

Comments
 (0)