We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033caa9 commit 7a0f066Copy full SHA for 7a0f066
plugins/hls-cabal-plugin/hls-cabal-plugin.cabal
@@ -13,9 +13,11 @@ maintainer: fendor@posteo.de
13
category: Development
14
extra-source-files:
15
CHANGELOG.md
16
- test/testdata/invalid.cabal
17
- test/testdata/licenseCodeAction.cabal
18
- test/testdata/simple.cabal
+ test/testdata/*.cabal
+ test/testdata/simple-cabal/A.hs
+ test/testdata/simple-cabal/cabal.project
19
+ test/testdata/simple-cabal/hie.yaml
20
+ test/testdata/simple-cabal/simple-cabal.cabal
21
22
common warnings
23
ghc-options: -Wall
plugins/hls-cabal-plugin/test/testdata/simple.cabal.golden.txt
0 commit comments