Skip to content

Commit cf38033

Browse files
authored
various plugins: Add testdata to sdist (#3431)
1 parent 8f0d940 commit cf38033

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

plugins/hls-cabal-fmt-plugin/hls-cabal-fmt-plugin.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ copyright: The Haskell IDE Team
1212
maintainer: [email protected]
1313
category: Development
1414
build-type: Simple
15-
extra-source-files: LICENSE
15+
extra-source-files:
16+
LICENSE
17+
test/testdata/**/*.hs
1618

1719
flag isolateTests
1820
description: Should tests search for 'cabal-fmt' on the $PATH or shall we install it via build-tool-depends?

plugins/hls-code-range-plugin/hls-code-range-plugin.cabal

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ category: Development
1616
build-type: Simple
1717
extra-source-files:
1818
LICENSE
19-
test/testdata/selection-range/*.hs
20-
test/testdata/selection-range/*.yaml
21-
test/testdata/selection-range/*.txt
19+
test/testdata/**/*.hs
2220

2321
source-repository head
2422
type: git

plugins/hls-explicit-record-fields-plugin/hls-explicit-record-fields-plugin.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ maintainer: [email protected]
1212
category: Development
1313
build-type: Simple
1414
extra-doc-files: CHANGELOG.md
15-
-- extra-source-files:
15+
extra-source-files:
16+
test/testdata/**/*.hs
1617

1718
source-repository head
1819
type: git

0 commit comments

Comments
 (0)