Skip to content

Commit a2e0afc

Browse files
committed
Comment unbuildable packages again
1 parent a049325 commit a2e0afc

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

stack-9.0.1.yaml

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages:
99
- ./hls-test-utils
1010
- ./shake-bench
1111
- ./plugins/hls-call-hierarchy-plugin
12-
- ./plugins/hls-class-plugin
12+
# - ./plugins/hls-class-plugin
1313
- ./plugins/hls-haddock-comments-plugin
1414
- ./plugins/hls-eval-plugin
1515
- ./plugins/hls-explicit-imports-plugin
@@ -18,9 +18,9 @@ packages:
1818
- ./plugins/hls-rename-plugin
1919
- ./plugins/hls-retrie-plugin
2020
- ./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
2424
- ./plugins/hls-floskell-plugin
2525
- ./plugins/hls-fourmolu-plugin
2626
- ./plugins/hls-pragmas-plugin
@@ -33,17 +33,10 @@ ghc-options:
3333
extra-deps:
3434

3535
- blaze-textual-0.2.2.1
36-
- brittany-0.13.1.2
37-
- butcher-1.3.3.2
3836
- bytestring-encoding-0.1.0.0@sha256:460b49779fbf0112e8e2f1753c1ed9131eb18827600c298f4d6bb51c4e8c1c0d,1727
39-
- czipwith-1.0.1.4
40-
- data-tree-print-0.1.0.2
4137
- dependent-map-0.4.0.0@sha256:ca2b131046f4340a1c35d138c5a003fe4a5be96b14efc26291ed35fd08c62221,1657
4238
- dependent-sum-0.7.1.0@sha256:0e419237f5b86da3659772afff9cab355c0f8d5b3fdb15a5b30e673d8dc83941,2147
43-
- extra-1.7.9
4439
- floskell-0.10.5
45-
- generic-lens-2.2.0.0
46-
- generic-lens-core-2.2.0.0
4740
- heapsize-0.3.0.1@sha256:0b69aa97a46d819b700ac7b145f3b5493c3565cf2c5b8298682238d405d0326e,1417
4841
- hiedb-0.4.1.0
4942
- hspec-2.7.10
@@ -52,19 +45,18 @@ extra-deps:
5245
- implicit-hie-0.1.2.6
5346
- implicit-hie-cradle-0.3.0.5
5447
- monad-dijkstra-0.1.1.2
55-
- multistate-0.8.0.3
5648
- refinery-0.4.0.0
5749
- retrie-1.0.0.0
5850
- some-1.0.2
5951
- lsp-1.2.0.1
6052
- lsp-types-1.3.0.1
6153
- lsp-test-0.14.0.1
6254
- sqlite-simple-0.4.18.0
63-
- stylish-haskell-0.13.0.0
6455

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
6860

6961
- github: anka-213/dependent-sum
7062
commit: 8cf4c7fbc3bfa2be475a17bb7c94a1e1e9a830b5
@@ -84,7 +76,7 @@ extra-deps:
8476

8577
# end of shake-bench dpendencies
8678

87-
# due to floskell, stylish-haskell, brittany and shake-bench
79+
# due to floskell-0.10.5 and diagrams-core-1.5.0
8880
allow-newer: true
8981

9082
configure-options:
@@ -99,19 +91,16 @@ flags:
9991
haskell-language-server:
10092
pedantic: true
10193

102-
ignore-plugins-ghc-bounds: true
10394
class: false
10495
tactic: false # Dependencies fail
10596
stylishHaskell: false
10697
brittany: false
10798

10899
retrie:
109100
BuildExecutable: false
110-
111101
# Stack doesn't support automatic flags.
112102
hls-hlint-plugin:
113103
hlint33: true
114-
115104
hyphenation:
116105
embed: true
117106

0 commit comments

Comments
 (0)