Skip to content

Commit d3cfdac

Browse files
authored
Merge pull request #16 from alanz/add-more-stack-files
Add some additional stack files
2 parents 36e8d7f + 6ca2100 commit d3cfdac

File tree

4 files changed

+164
-6
lines changed

4 files changed

+164
-6
lines changed

stack-8.6.4.yaml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
resolver: lts-13.19 # GHC 8.6.4
2+
packages:
3+
- .
4+
- ghcide
5+
6+
extra-deps:
7+
8+
- brittany-0.12.1.0
9+
- butcher-1.3.2.1
10+
- bytestring-trie-0.2.5.0
11+
- cabal-helper-1.0.0.0
12+
- cabal-plan-0.5.0.0
13+
- constrained-dynamic-0.1.0.0
14+
- extra-1.6.18
15+
- floskell-0.10.2
16+
- fuzzy-0.1.0.0
17+
- ghc-exactprint-0.6.2 # for HaRe
18+
- ghc-lib-parser-8.8.1
19+
- ghc-lib-parser-ex-8.8.2
20+
- haddock-api-2.22.0
21+
- haddock-library-1.8.0
22+
- haskell-lsp-0.19.0.0
23+
- haskell-lsp-types-0.19.0.0
24+
- haskell-src-exts-1.21.1
25+
- hie-bios-0.3.2
26+
- hlint-2.2.8
27+
- hoogle-5.0.17.11
28+
- hsimport-0.11.0
29+
- lsp-test-0.10.0.0
30+
- monad-dijkstra-0.1.1.2
31+
- monad-memo-0.4.1
32+
- multistate-0.8.0.1
33+
- ormolu-0.0.3.1
34+
- parser-combinators-1.2.1
35+
- regex-base-0.94.0.0
36+
- regex-tdfa-1.3.1.0
37+
- rope-utf16-splay-0.3.1.0
38+
- syz-0.2.0.0
39+
- temporary-1.2.1.1
40+
- unix-compat-0.5.2
41+
- unordered-containers-0.2.10.0
42+
- yaml-0.11.1.2
43+
# To make build work in windows 7
44+
- unix-time-0.4.7
45+
46+
47+
flags:
48+
ide:
49+
pedantic: true
50+
51+
52+
# allow-newer: true
53+
54+
nix:
55+
packages: [ icu libcxx zlib ]
56+
57+
concurrent-tests: false

stack-8.6.5.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
resolver: lts-14.22
2+
3+
packages:
4+
- .
5+
- ghcide
6+
extra-deps:
7+
8+
- ansi-terminal-0.10.2
9+
- base-compat-0.11.0
10+
- cabal-helper-1.0.0.0
11+
- cabal-plan-0.6.2.0
12+
- clock-0.7.2
13+
- fuzzy-0.1.0.0
14+
- haddock-library-1.8.0
15+
- haskell-lsp-0.19.0.0
16+
- haskell-lsp-types-0.19.0.0
17+
- hie-bios-0.3.2
18+
- indexed-profunctors-0.1
19+
- lsp-test-0.10.0.0
20+
- optics-core-0.2
21+
- optparse-applicative-0.15.1.0
22+
- parser-combinators-1.2.1
23+
- regex-base-0.94.0.0
24+
- regex-pcre-builtin-0.95.1.1.8.43
25+
- regex-tdfa-1.3.1.0
26+
- semialign-1.1
27+
- temporary-1.2.1.1
28+
- topograph-1
29+
30+
flags:
31+
ide:
32+
pedantic: true
33+
34+
# allow-newer: true
35+
36+
nix:
37+
packages: [ icu libcxx zlib ]
38+
39+
concurrent-tests: false

stack-8.8.2.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
resolver: nightly-2020-01-25
2+
packages:
3+
- .
4+
- ghcide
5+
extra-deps:
6+
7+
# - git: https://github.com/haskell/haddock.git
8+
# commit: be8b02c4e3cffe7d45b3dad0a0f071d35a274d65
9+
# subdirs:
10+
# - haddock-api
11+
- apply-refact-0.7.0.0
12+
- bytestring-trie-0.2.5.0
13+
- cabal-helper-1.0.0.0
14+
- clock-0.7.2
15+
- constrained-dynamic-0.1.0.0
16+
- floskell-0.10.2
17+
- fuzzy-0.1.0.0
18+
- ghc-lib-parser-ex-8.8.2
19+
- haddock-library-1.8.0
20+
- haskell-src-exts-1.21.1
21+
- hie-bios-0.3.2
22+
- hlint-2.2.8
23+
- hoogle-5.0.17.11
24+
- hsimport-0.11.0
25+
- ilist-0.3.1.0
26+
- monad-dijkstra-0.1.1.2
27+
- ormolu-0.0.3.1
28+
- semigroups-0.18.5
29+
- temporary-1.2.1.1
30+
31+
flags:
32+
ide:
33+
pedantic: true
34+
35+
# allow-newer: true
36+
37+
nix:
38+
packages: [ icu libcxx zlib ]
39+
40+
concurrent-tests: false

stack.yaml

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,39 @@
1-
resolver: lts-14.21
1+
resolver: lts-14.22
22

33
packages:
44
- .
55
- ghcide
66
extra-deps:
7+
8+
- ansi-terminal-0.10.2
9+
- base-compat-0.11.0
10+
- cabal-helper-1.0.0.0
11+
- cabal-plan-0.6.2.0
12+
- clock-0.7.2
13+
- fuzzy-0.1.0.0
14+
- haddock-library-1.8.0
715
- haskell-lsp-0.19.0.0
816
- haskell-lsp-types-0.19.0.0
9-
- lsp-test-0.10.0.0
1017
- hie-bios-0.3.2
11-
- fuzzy-0.1.0.0
12-
- regex-pcre-builtin-0.95.1.1.8.43
18+
- indexed-profunctors-0.1
19+
- lsp-test-0.10.0.0
20+
- optics-core-0.2
21+
- optparse-applicative-0.15.1.0
22+
- parser-combinators-1.2.1
1323
- regex-base-0.94.0.0
24+
- regex-pcre-builtin-0.95.1.1.8.43
1425
- regex-tdfa-1.3.1.0
15-
- parser-combinators-1.2.1
26+
- semialign-1.1
27+
- temporary-1.2.1.1
28+
- topograph-1
29+
30+
flags:
31+
ide:
32+
pedantic: true
33+
34+
# allow-newer: true
35+
1636
nix:
17-
packages: [zlib]
37+
packages: [ icu libcxx zlib ]
38+
39+
concurrent-tests: false

0 commit comments

Comments
 (0)