@@ -9,7 +9,7 @@ packages:
9
9
- ./hls-test-utils
10
10
- ./shake-bench
11
11
- ./plugins/hls-call-hierarchy-plugin
12
- - ./plugins/hls-class-plugin
12
+ # - ./plugins/hls-class-plugin
13
13
- ./plugins/hls-haddock-comments-plugin
14
14
- ./plugins/hls-eval-plugin
15
15
- ./plugins/hls-explicit-imports-plugin
@@ -18,9 +18,9 @@ packages:
18
18
- ./plugins/hls-rename-plugin
19
19
- ./plugins/hls-retrie-plugin
20
20
- ./plugins/hls-splice-plugin
21
- - ./plugins/hls-tactics-plugin
22
- - ./plugins/hls-brittany-plugin
23
- - ./plugins/hls-stylish-haskell-plugin
21
+ # - ./plugins/hls-tactics-plugin
22
+ # - ./plugins/hls-brittany-plugin
23
+ # - ./plugins/hls-stylish-haskell-plugin
24
24
- ./plugins/hls-floskell-plugin
25
25
- ./plugins/hls-fourmolu-plugin
26
26
- ./plugins/hls-pragmas-plugin
@@ -33,17 +33,10 @@ ghc-options:
33
33
extra-deps :
34
34
35
35
- blaze-textual-0.2.2.1
36
- - brittany-0.13.1.2
37
- - butcher-1.3.3.2
38
36
- bytestring-encoding-0.1.0.0@sha256:460b49779fbf0112e8e2f1753c1ed9131eb18827600c298f4d6bb51c4e8c1c0d,1727
39
- - czipwith-1.0.1.4
40
- - data-tree-print-0.1.0.2
41
37
- dependent-map-0.4.0.0@sha256:ca2b131046f4340a1c35d138c5a003fe4a5be96b14efc26291ed35fd08c62221,1657
42
38
- dependent-sum-0.7.1.0@sha256:0e419237f5b86da3659772afff9cab355c0f8d5b3fdb15a5b30e673d8dc83941,2147
43
- - extra-1.7.9
44
39
- floskell-0.10.5
45
- - generic-lens-2.2.0.0
46
- - generic-lens-core-2.2.0.0
47
40
- heapsize-0.3.0.1@sha256:0b69aa97a46d819b700ac7b145f3b5493c3565cf2c5b8298682238d405d0326e,1417
48
41
- hiedb-0.4.1.0
49
42
- hspec-2.7.10
@@ -52,19 +45,18 @@ extra-deps:
52
45
- implicit-hie-0.1.2.6
53
46
- implicit-hie-cradle-0.3.0.5
54
47
- monad-dijkstra-0.1.1.2
55
- - multistate-0.8.0.3
56
48
- refinery-0.4.0.0
57
49
- retrie-1.0.0.0
58
50
- some-1.0.2
59
51
- lsp-1.2.0.1
60
52
- lsp-types-1.3.0.1
61
53
- lsp-test-0.14.0.1
62
54
- sqlite-simple-0.4.18.0
63
- - stylish-haskell-0.13.0.0
64
55
65
- - github : mokus0/th-extras
66
- commit : 0d050b24ec5ef37c825b6f28ebd46787191e2a2d
67
- # https://github.com/mokus0/th-extras/issues/10
56
+ - github : anka-213/th-extras
57
+ commit : 57a97b4df128eb7b360e8ab9c5759392de8d1659
58
+ # https://github.com/mokus0/th-extras/pull/8
59
+ # https://github.com/mokus0/th-extras/issues/7
68
60
69
61
- github : anka-213/dependent-sum
70
62
commit : 8cf4c7fbc3bfa2be475a17bb7c94a1e1e9a830b5
@@ -84,7 +76,7 @@ extra-deps:
84
76
85
77
# end of shake-bench dpendencies
86
78
87
- # due to floskell, stylish-haskell, brittany and shake-bench
79
+ # due to floskell-0.10.5 and diagrams-core-1.5.0
88
80
allow-newer : true
89
81
90
82
configure-options :
@@ -99,19 +91,16 @@ flags:
99
91
haskell-language-server :
100
92
pedantic : true
101
93
102
- ignore-plugins-ghc-bounds : true
103
94
class : false
104
95
tactic : false # Dependencies fail
105
96
stylishHaskell : false
106
97
brittany : false
107
98
108
99
retrie :
109
100
BuildExecutable : false
110
-
111
101
# Stack doesn't support automatic flags.
112
102
hls-hlint-plugin :
113
103
hlint33 : true
114
-
115
104
hyphenation :
116
105
embed : true
117
106
0 commit comments