Skip to content

Commit 1456333

Browse files
committed
update stack yaml files
1 parent 2fb1b91 commit 1456333

File tree

5 files changed

+61
-14
lines changed

5 files changed

+61
-14
lines changed

stack-8.6.4.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,22 @@ extra-deps:
99
- butcher-1.3.2.1
1010
- bytestring-trie-0.2.5.0
1111
# - cabal-helper-1.0.0.0
12-
- github: DanielG/cabal-helper
13-
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
12+
- github: jneira/cabal-helper
13+
commit: ffb1f57a5ffc6b7ac3c46a9974c4420a6d2bb9b2
1414
- cabal-plan-0.5.0.0
1515
- constrained-dynamic-0.1.0.0
1616
# - ghcide-0.1.0
1717
- extra-1.6.18
1818
- floskell-0.10.2
1919
- fuzzy-0.1.0.0
20+
- ghc-check-0.1.0.3
2021
- ghc-exactprint-0.6.2 # for HaRe
2122
- ghc-lib-parser-8.8.1
2223
- ghc-lib-parser-ex-8.8.2
2324
- haddock-api-2.22.0
2425
- haddock-library-1.8.0
25-
- haskell-lsp-0.20.0.0
26-
- haskell-lsp-types-0.20.0.0
26+
- haskell-lsp-0.21.0.0
27+
- haskell-lsp-types-0.21.0.0
2728
- haskell-src-exts-1.21.1
2829
- hie-bios-0.4.0
2930
- hlint-2.2.8

stack-8.6.5.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ extra-deps:
88
- ansi-terminal-0.10.2
99
- base-compat-0.11.0
1010
# - cabal-helper-1.0.0.0
11-
- github: DanielG/cabal-helper
12-
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
11+
- github: jneira/cabal-helper
12+
commit: ffb1f57a5ffc6b7ac3c46a9974c4420a6d2bb9b2
1313
- cabal-plan-0.6.2.0
1414
- clock-0.7.2
1515
- floskell-0.10.2
1616
# - ghcide-0.1.0
1717
- fuzzy-0.1.0.0
18+
- ghc-check-0.1.0.3
1819
- ghc-lib-parser-8.8.2
1920
- haddock-library-1.8.0
20-
- haskell-lsp-0.20.0.0
21-
- haskell-lsp-types-0.20.0.0
21+
- haskell-lsp-0.21.0.0
22+
- haskell-lsp-types-0.21.0.0
2223
- hie-bios-0.4.0
2324
- indexed-profunctors-0.1
2425
- lsp-test-0.10.1.0

stack-8.8.2.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ extra-deps:
88
- apply-refact-0.7.0.0
99
- bytestring-trie-0.2.5.0
1010
# - cabal-helper-1.0.0.0
11-
- github: DanielG/cabal-helper
12-
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
11+
- github: jneira/cabal-helper
12+
commit: ffb1f57a5ffc6b7ac3c46a9974c4420a6d2bb9b2
1313
- clock-0.7.2
1414
- constrained-dynamic-0.1.0.0
1515
- floskell-0.10.2
1616
# - ghcide-0.1.0
17+
- ghc-check-0.1.0.3
1718
- ghc-lib-parser-ex-8.8.2
1819
- haddock-library-1.8.0
20+
- haskell-lsp-0.21.0.0
21+
- haskell-lsp-types-0.21.0.0
1922
- haskell-src-exts-1.21.1
2023
- hie-bios-0.4.0
2124
- hlint-2.2.8

stack-8.8.3.yaml

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

stack.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ extra-deps:
88
- ansi-terminal-0.10.2
99
- base-compat-0.11.0
1010
# - cabal-helper-1.0.0.0
11-
- github: DanielG/cabal-helper
12-
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
11+
- github: jneira/cabal-helper
12+
commit: ffb1f57a5ffc6b7ac3c46a9974c4420a6d2bb9b2
1313
- cabal-plan-0.6.2.0
1414
- clock-0.7.2
1515
- floskell-0.10.2
1616
- fuzzy-0.1.0.0
1717
# - ghcide-0.1.0
18+
- ghc-check-0.1.0.3
1819
- ghc-lib-parser-8.8.2
1920
- haddock-library-1.8.0
20-
- haskell-lsp-0.20.0.0
21-
- haskell-lsp-types-0.20.0.0
21+
- haskell-lsp-0.21.0.0
22+
- haskell-lsp-types-0.21.0.0
2223
- hie-bios-0.4.0
2324
- indexed-profunctors-0.1
2425
- lsp-test-0.10.1.0

0 commit comments

Comments
 (0)