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:
Dridi Boukelmoune 2014-06-01 17:53:16 +02:00
parent 52d4efc951
commit 39756b420e
1 changed files with 10 additions and 0 deletions

View File

@ -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