Skip to content

Commit

Permalink
Include testdata in hls-refine-imports-plugin.cabal (#1922)
Browse files Browse the repository at this point in the history
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)
```

(cherry picked from commit 8a10c50)
  • Loading branch information
felixonmars authored and mergify-bot committed Jun 14, 2021
1 parent be2071e commit c1fe4e8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ author: rayshih
maintainer: [email protected]
category: Development
build-type: Simple
extra-source-files: LICENSE
extra-source-files:
LICENSE
test/testdata/*.hs
test/testdata/*.yaml

library
exposed-modules: Ide.Plugin.RefineImports
Expand Down

0 comments on commit c1fe4e8

Please sign in to comment.