Skip to content

Commit 2288ea2

Browse files
committed
Drop ghc-api-compat from stack.yaml
1 parent 19e0681 commit 2288ea2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

stack-9.0.1.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ packages:
1313
- ./plugins/hls-haddock-comments-plugin
1414
- ./plugins/hls-eval-plugin
1515
- ./plugins/hls-explicit-imports-plugin
16-
# - ./plugins/hls-refine-imports-plugin
16+
- ./plugins/hls-refine-imports-plugin
1717
- ./plugins/hls-hlint-plugin
1818
- ./plugins/hls-rename-plugin
1919
- ./plugins/hls-retrie-plugin
20-
# - ./plugins/hls-splice-plugin
20+
- ./plugins/hls-splice-plugin
2121
# - ./plugins/hls-tactics-plugin
2222
# - ./plugins/hls-brittany-plugin
2323
# - ./plugins/hls-stylish-haskell-plugin
@@ -59,9 +59,6 @@ extra-deps:
5959
commit: b6245884ae83e00dd2b5261762549b37390179f8
6060
# https://github.com/lspitzner/czipwith/pull/2
6161

62-
- github: hsyl20/ghc-api-compat
63-
commit: 8fee87eac97a538dbe81ff1ab18cff10f2f9fa15
64-
6562
- github: anka-213/th-extras
6663
commit: 57a97b4df128eb7b360e8ab9c5759392de8d1659
6764
# https://github.com/mokus0/th-extras/pull/8
@@ -106,8 +103,6 @@ flags:
106103
pedantic: true
107104

108105
class: false
109-
splice: false
110-
refineImports: false
111106
tactic: false # Dependencies fail
112107

113108
fourmolu: false

0 commit comments

Comments
 (0)