Add extra source files in the source tarball
This way ShellCheck can be entirely built (including the test suite) from the Hackage tarball. The source tarball can be generated using: cabal sdist
This commit is contained in:
parent
52d4efc951
commit
39756b420e
|
@ -22,6 +22,16 @@ Description:
|
||||||
* To point out subtle caveats, corner cases and pitfalls, that may cause an
|
* To point out subtle caveats, corner cases and pitfalls, that may cause an
|
||||||
advanced user's otherwise working script to fail under future circumstances.
|
advanced user's otherwise working script to fail under future circumstances.
|
||||||
|
|
||||||
|
Extra-Source-Files:
|
||||||
|
-- documentation
|
||||||
|
README.md
|
||||||
|
shellcheck.1.md
|
||||||
|
-- tests
|
||||||
|
test/quackCheck.hs
|
||||||
|
test/runQuack
|
||||||
|
-- misc
|
||||||
|
Makefile
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: git://github.com/koalaman/shellcheck.git
|
location: git://github.com/koalaman/shellcheck.git
|
||||||
|
|
Loading…
Reference in New Issue