mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 13:01:39 -07:00
Update Cabal version for Hackage
This commit is contained in:
parent
aaa3554720
commit
2f26600653
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@ Author: Vidar Holen
|
||||||
Maintainer: vidar@vidarholen.net
|
Maintainer: vidar@vidarholen.net
|
||||||
Homepage: https://www.shellcheck.net/
|
Homepage: https://www.shellcheck.net/
|
||||||
Build-Type: Simple
|
Build-Type: Simple
|
||||||
Cabal-Version: >= 1.8
|
Cabal-Version: >= 1.10
|
||||||
Bug-reports: https://github.com/koalaman/shellcheck/issues
|
Bug-reports: https://github.com/koalaman/shellcheck/issues
|
||||||
Description:
|
Description:
|
||||||
The goals of ShellCheck are:
|
The goals of ShellCheck are:
|
||||||
|
@ -83,6 +83,7 @@ library
|
||||||
ShellCheck.Regex
|
ShellCheck.Regex
|
||||||
other-modules:
|
other-modules:
|
||||||
Paths_ShellCheck
|
Paths_ShellCheck
|
||||||
|
default-language: Haskell98
|
||||||
|
|
||||||
executable shellcheck
|
executable shellcheck
|
||||||
if impl(ghc < 8.0)
|
if impl(ghc < 8.0)
|
||||||
|
@ -103,6 +104,7 @@ executable shellcheck
|
||||||
QuickCheck >= 2.7.4,
|
QuickCheck >= 2.7.4,
|
||||||
regex-tdfa,
|
regex-tdfa,
|
||||||
ShellCheck
|
ShellCheck
|
||||||
|
default-language: Haskell98
|
||||||
main-is: shellcheck.hs
|
main-is: shellcheck.hs
|
||||||
|
|
||||||
test-suite test-shellcheck
|
test-suite test-shellcheck
|
||||||
|
@ -122,5 +124,6 @@ test-suite test-shellcheck
|
||||||
QuickCheck >= 2.7.4,
|
QuickCheck >= 2.7.4,
|
||||||
regex-tdfa,
|
regex-tdfa,
|
||||||
ShellCheck
|
ShellCheck
|
||||||
|
default-language: Haskell98
|
||||||
main-is: test/shellcheck.hs
|
main-is: test/shellcheck.hs
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue