diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 2198491..7bf9a72 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -22,6 +22,16 @@ Description: * To point out subtle caveats, corner cases and pitfalls, that may cause an 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 type: git location: git://github.com/koalaman/shellcheck.git