@@ -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
@@ -54,10 +54,9 @@ extra-deps:
54
54
- lsp-test-0.14.0.1
55
55
- sqlite-simple-0.4.18.0
56
56
57
- - github : anka-213/th-extras
58
- commit : 57a97b4df128eb7b360e8ab9c5759392de8d1659
59
- # https://github.com/mokus0/th-extras/pull/8
60
- # https://github.com/mokus0/th-extras/issues/7
57
+ - github : mokus0/th-extras
58
+ commit : 0d050b24ec5ef37c825b6f28ebd46787191e2a2d
59
+ # https://github.com/mokus0/th-extras/issues/10
61
60
62
61
- github : anka-213/dependent-sum
63
62
commit : 8cf4c7fbc3bfa2be475a17bb7c94a1e1e9a830b5
@@ -77,7 +76,7 @@ extra-deps:
77
76
78
77
# end of shake-bench dpendencies
79
78
80
- # due to floskell-0.10.5 and diagrams-core-1.5.0
79
+ # due to floskell, stylish-haskell, brittany and shake-bench
81
80
allow-newer : true
82
81
83
82
configure-options :
@@ -92,16 +91,19 @@ flags:
92
91
haskell-language-server :
93
92
pedantic : true
94
93
94
+ ignore-plugins-ghc-bounds : true
95
95
class : false
96
96
tactic : false # Dependencies fail
97
-
98
97
stylishHaskell : false
99
98
brittany : false
99
+
100
100
retrie :
101
101
BuildExecutable : false
102
+
102
103
# Stack doesn't support automatic flags.
103
104
hls-hlint-plugin :
104
105
hlint33 : true
106
+
105
107
hyphenation :
106
108
embed : true
107
109
0 commit comments