Skip to content

Commit 40b13b5

Browse files
committed
Use th-extras master and uncomment packages
1 parent b690ae7 commit 40b13b5

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

stack-9.0.1.yaml

Lines changed: 12 additions & 10 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
@@ -54,10 +54,9 @@ extra-deps:
5454
- lsp-test-0.14.0.1
5555
- sqlite-simple-0.4.18.0
5656

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
6160

6261
- github: anka-213/dependent-sum
6362
commit: 8cf4c7fbc3bfa2be475a17bb7c94a1e1e9a830b5
@@ -77,7 +76,7 @@ extra-deps:
7776

7877
# end of shake-bench dpendencies
7978

80-
# due to floskell-0.10.5 and diagrams-core-1.5.0
79+
# due to floskell, stylish-haskell, brittany and shake-bench
8180
allow-newer: true
8281

8382
configure-options:
@@ -92,16 +91,19 @@ flags:
9291
haskell-language-server:
9392
pedantic: true
9493

94+
ignore-plugins-ghc-bounds: true
9595
class: false
9696
tactic: false # Dependencies fail
97-
9897
stylishHaskell: false
9998
brittany: false
99+
100100
retrie:
101101
BuildExecutable: false
102+
102103
# Stack doesn't support automatic flags.
103104
hls-hlint-plugin:
104105
hlint33: true
106+
105107
hyphenation:
106108
embed: true
107109

0 commit comments

Comments
 (0)