Update Cabal version for Hackage

This commit is contained in:
Vidar Holen 2021-04-19 17:19:21 -07:00
parent aaa3554720
commit 2f26600653
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Author: Vidar Holen
Maintainer: vidar@vidarholen.net
Homepage: https://www.shellcheck.net/
Build-Type: Simple
Cabal-Version: >= 1.8
Cabal-Version: >= 1.10
Bug-reports: https://github.com/koalaman/shellcheck/issues
Description:
The goals of ShellCheck are:
@ -83,6 +83,7 @@ library
ShellCheck.Regex
other-modules:
Paths_ShellCheck
default-language: Haskell98
executable shellcheck
if impl(ghc < 8.0)
@ -103,6 +104,7 @@ executable shellcheck
QuickCheck >= 2.7.4,
regex-tdfa,
ShellCheck
default-language: Haskell98
main-is: shellcheck.hs
test-suite test-shellcheck
@ -122,5 +124,6 @@ test-suite test-shellcheck
QuickCheck >= 2.7.4,
regex-tdfa,
ShellCheck
default-language: Haskell98
main-is: test/shellcheck.hs