Skip to content

Commit 8a10c50

Browse files
authored
Include testdata in hls-refine-imports-plugin.cabal (#1922)
It's currently missing in the hackage tarball: ``` Refine Imports WithOverride (golden): Error while initializing: ResponseError {_code = InternalError, _message = "Error on initialize: /build/haskell-hls-refine-imports-plugin/src/hls-refine-imports-plugin-1.0.0.0/test/testdata: changeWorkingDirectory: does not exist (No such file or directory)", _xdata = Nothing} Error while initializing: ResponseError {_code = InternalError, _message = "Error on initialize: /build/haskell-hls-refine-imports-plugin/src/hls-refine-imports-plugin-1.0.0.0/test/testdata: changeWorkingDirectory: does not exist (No such file or directory)", _xdata = Nothing} FAIL (1.42s) ```
1 parent 369373e commit 8a10c50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugins/hls-refine-imports-plugin/hls-refine-imports-plugin.cabal

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ author: rayshih
88
maintainer: mnf.shih@gmail.com
99
category: Development
1010
build-type: Simple
11-
extra-source-files: LICENSE
11+
extra-source-files:
12+
LICENSE
13+
test/testdata/*.hs
14+
test/testdata/*.yaml
1215

1316
library
1417
exposed-modules: Ide.Plugin.RefineImports

0 commit comments

Comments
 (0)