@@ -20,7 +20,7 @@ packages:
20
20
- ./plugins/hls-tactics-plugin
21
21
- ./plugins/hls-brittany-plugin
22
22
- ./plugins/hls-stylish-haskell-plugin
23
- - ./plugins/hls-cabal-fmt-plugin
23
+ # - ./plugins/hls-cabal-fmt-plugin
24
24
- ./plugins/hls-floskell-plugin
25
25
- ./plugins/hls-fourmolu-plugin
26
26
- ./plugins/hls-pragmas-plugin
@@ -43,9 +43,6 @@ extra-deps:
43
43
- # ghc-api-compat-8.6
44
44
github : hsyl20/ghc-api-compat
45
45
commit : 8fee87eac97a538dbe81ff1ab18cff10f2f9fa15
46
- - # cabal-fmt
47
- github : VeryMilkyJoe/cabal-fmt
48
- commit : 440a6ad7683b81b8479d79a74a1fa8d79ca5c706
49
46
- ghc-check-0.5.0.4
50
47
- ghc-exactprint-0.6.4
51
48
- ghc-lib-8.10.4.20210206
@@ -71,10 +68,7 @@ extra-deps:
71
68
- retrie-0.1.1.1
72
69
- semigroups-0.18.5
73
70
- shake-0.19.4
74
- - # stylish haskell
75
- github : VeryMilkyJoe/stylish-haskell
76
- commit : 9279aad535de624fca990ed50f010a1743c0043a
77
- # - stylish-haskell-0.12.2.0
71
+ - stylish-haskell-0.12.2.0
78
72
- temporary-1.2.1.1
79
73
- uniplate-1.6.13
80
74
- th-compat-0.1.2@sha256:3d55de1adc542c1a870c9ada90da2fbbe5f4e8bcd3eed545a55c3df9311b32a8,2854
@@ -104,6 +98,8 @@ configure-options:
104
98
flags :
105
99
haskell-language-server :
106
100
pedantic : true
101
+
102
+ cabalfmt : false
107
103
retrie :
108
104
BuildExecutable : false
109
105
# Stack doesn't support automatic flags.
0 commit comments