@@ -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
@@ -70,10 +67,7 @@ extra-deps:
70
67
- retrie-0.1.1.1
71
68
- semigroups-0.18.5
72
69
- shake-0.19.4
73
- - # stylish haskell
74
- github : VeryMilkyJoe/stylish-haskell
75
- commit : 9279aad535de624fca990ed50f010a1743c0043a
76
- # - stylish-haskell-0.12.2.0
70
+ - stylish-haskell-0.12.2.0
77
71
- temporary-1.2.1.1
78
72
- th-compat-0.1.2@sha256:3d55de1adc542c1a870c9ada90da2fbbe5f4e8bcd3eed545a55c3df9311b32a8,2854
79
73
- bytestring-encoding-0.1.0.0@sha256:460b49779fbf0112e8e2f1753c1ed9131eb18827600c298f4d6bb51c4e8c1c0d,1727
@@ -101,6 +95,8 @@ configure-options:
101
95
flags :
102
96
haskell-language-server :
103
97
pedantic : true
98
+
99
+ cabalfmt : false
104
100
retrie :
105
101
BuildExecutable : false
106
102
# Stack doesn't support automatic flags.
0 commit comments