Skip to content

Commit 37c7acd

Browse files
authored
Merge pull request #308 from jneira/ghc-8.10.2
Add support for ghc-8.10.2
2 parents 02a3bac + 5e15f27 commit 37c7acd

File tree

2 files changed

+40
-9
lines changed

2 files changed

+40
-9
lines changed

stack-8.10.1.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2020-06-29
1+
resolver: nightly-2020-08-08
22

33
packages:
44
- .
@@ -12,24 +12,16 @@ extra-deps:
1212
- github: bubba/brittany
1313
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
1414
- Cabal-3.0.2.0
15-
- hie-bios-0.6.1
16-
- cabal-plan-0.7.0.0
1715
- clock-0.7.2
1816
- data-tree-print-0.1.0.2
1917
- floskell-0.10.4
2018
- fourmolu-0.1.0.0@rev:1
21-
- ghc-exactprint-0.6.3
2219
- HsYAML-aeson-0.2.0.0@rev:2
23-
- lens-4.19.1
24-
- lsp-test-0.11.0.4
2520
- monad-dijkstra-0.1.1.2
26-
- optics-core-0.3
27-
- ormolu-0.1.2.0
2821
- retrie-0.1.1.1
2922
- stylish-haskell-0.11.0.3
3023
- semigroups-0.18.5
3124
- temporary-1.2.1.1
32-
- these-1.1
3325

3426
flags:
3527
haskell-language-server:

stack-8.10.2.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
resolver: nightly-2020-08-08
2+
compiler: ghc-8.10.2
3+
4+
packages:
5+
- .
6+
- ./ghcide/
7+
8+
ghc-options:
9+
"$everything": -haddock
10+
11+
extra-deps:
12+
- aeson-1.5.2.0
13+
- github: bubba/brittany
14+
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
15+
- Cabal-3.0.2.0
16+
- clock-0.7.2
17+
- data-tree-print-0.1.0.2
18+
- floskell-0.10.4
19+
- fourmolu-0.1.0.0@rev:1
20+
- HsYAML-aeson-0.2.0.0@rev:2
21+
- monad-dijkstra-0.1.1.2
22+
- retrie-0.1.1.1
23+
- stylish-haskell-0.11.0.3
24+
- semigroups-0.18.5
25+
- temporary-1.2.1.1
26+
27+
flags:
28+
haskell-language-server:
29+
pedantic: true
30+
retrie:
31+
BuildExecutable: false
32+
33+
# for data-tree-print's bounds on base (>=4.8 && <4.14); using base-4.14.0.0.
34+
allow-newer: true
35+
36+
nix:
37+
packages: [ icu libcxx zlib ]
38+
39+
concurrent-tests: false

0 commit comments

Comments
 (0)