Skip to content

Commit 276027f

Browse files
committed
fix extra-source-files globs
1 parent 3a3473d commit 276027f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

haskell-language-server.cabal

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ extra-source-files:
2323
test/testdata/**/*.yaml
2424
test/testdata/**/*.hs
2525

26-
plugins/**/test/testdata/*.hs
27-
plugins/**/test/testdata/*.yaml
26+
plugins/**/*.project
27+
plugins/**/*.cabal
28+
plugins/**/*.yaml
29+
plugins/**/*.hs
2830

2931
bindist/wrapper.in
3032

0 commit comments

Comments
 (0)