forked from koalaman/shellcheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move readme to extra-doc-files and add changelog to releases
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Author: Vidar Holen | |
Maintainer: [email protected] | ||
Homepage: https://www.shellcheck.net/ | ||
Build-Type: Simple | ||
Cabal-Version: >= 1.10 | ||
Cabal-Version: 1.18 | ||
Bug-reports: https://github.com/koalaman/shellcheck/issues | ||
Description: | ||
The goals of ShellCheck are: | ||
|
@@ -22,9 +22,11 @@ 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-Doc-Files: | ||
README.md | ||
CHANGELOG.md | ||
Extra-Source-Files: | ||
-- documentation | ||
README.md | ||
shellcheck.1.md | ||
-- A script to build the man page using pandoc | ||
manpage | ||
|
@@ -126,4 +128,3 @@ test-suite test-shellcheck | |
ShellCheck | ||
default-language: Haskell98 | ||
main-is: test/shellcheck.hs | ||
|