File tree Expand file tree Collapse file tree 5 files changed +61
-14
lines changed Expand file tree Collapse file tree 5 files changed +61
-14
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,22 @@ extra-deps:
9
9
- butcher-1.3.2.1
10
10
- bytestring-trie-0.2.5.0
11
11
# - cabal-helper-1.0.0.0
12
- - github : DanielG /cabal-helper
13
- commit : a18bbb2af92e9b4337e7f930cb80754f2408bcfd
12
+ - github : jneira /cabal-helper
13
+ commit : ffb1f57a5ffc6b7ac3c46a9974c4420a6d2bb9b2
14
14
- cabal-plan-0.5.0.0
15
15
- constrained-dynamic-0.1.0.0
16
16
# - ghcide-0.1.0
17
17
- extra-1.6.18
18
18
- floskell-0.10.2
19
19
- fuzzy-0.1.0.0
20
+ - ghc-check-0.1.0.3
20
21
- ghc-exactprint-0.6.2 # for HaRe
21
22
- ghc-lib-parser-8.8.1
22
23
- ghc-lib-parser-ex-8.8.2
23
24
- haddock-api-2.22.0
24
25
- 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
27
28
- haskell-src-exts-1.21.1
28
29
- hie-bios-0.4.0
29
30
- hlint-2.2.8
Original file line number Diff line number Diff line change @@ -8,17 +8,18 @@ extra-deps:
8
8
- ansi-terminal-0.10.2
9
9
- base-compat-0.11.0
10
10
# - cabal-helper-1.0.0.0
11
- - github : DanielG /cabal-helper
12
- commit : a18bbb2af92e9b4337e7f930cb80754f2408bcfd
11
+ - github : jneira /cabal-helper
12
+ commit : ffb1f57a5ffc6b7ac3c46a9974c4420a6d2bb9b2
13
13
- cabal-plan-0.6.2.0
14
14
- clock-0.7.2
15
15
- floskell-0.10.2
16
16
# - ghcide-0.1.0
17
17
- fuzzy-0.1.0.0
18
+ - ghc-check-0.1.0.3
18
19
- ghc-lib-parser-8.8.2
19
20
- 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
22
23
- hie-bios-0.4.0
23
24
- indexed-profunctors-0.1
24
25
- lsp-test-0.10.1.0
Original file line number Diff line number Diff line change @@ -8,14 +8,17 @@ extra-deps:
8
8
- apply-refact-0.7.0.0
9
9
- bytestring-trie-0.2.5.0
10
10
# - cabal-helper-1.0.0.0
11
- - github : DanielG /cabal-helper
12
- commit : a18bbb2af92e9b4337e7f930cb80754f2408bcfd
11
+ - github : jneira /cabal-helper
12
+ commit : ffb1f57a5ffc6b7ac3c46a9974c4420a6d2bb9b2
13
13
- clock-0.7.2
14
14
- constrained-dynamic-0.1.0.0
15
15
- floskell-0.10.2
16
16
# - ghcide-0.1.0
17
+ - ghc-check-0.1.0.3
17
18
- ghc-lib-parser-ex-8.8.2
18
19
- haddock-library-1.8.0
20
+ - haskell-lsp-0.21.0.0
21
+ - haskell-lsp-types-0.21.0.0
19
22
- haskell-src-exts-1.21.1
20
23
- hie-bios-0.4.0
21
24
- hlint-2.2.8
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -8,17 +8,18 @@ extra-deps:
8
8
- ansi-terminal-0.10.2
9
9
- base-compat-0.11.0
10
10
# - cabal-helper-1.0.0.0
11
- - github : DanielG /cabal-helper
12
- commit : a18bbb2af92e9b4337e7f930cb80754f2408bcfd
11
+ - github : jneira /cabal-helper
12
+ commit : ffb1f57a5ffc6b7ac3c46a9974c4420a6d2bb9b2
13
13
- cabal-plan-0.6.2.0
14
14
- clock-0.7.2
15
15
- floskell-0.10.2
16
16
- fuzzy-0.1.0.0
17
17
# - ghcide-0.1.0
18
+ - ghc-check-0.1.0.3
18
19
- ghc-lib-parser-8.8.2
19
20
- 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
22
23
- hie-bios-0.4.0
23
24
- indexed-profunctors-0.1
24
25
- lsp-test-0.10.1.0
You can’t perform that action at this time.
0 commit comments