mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
commit
ce7658ed86
3 changed files with 136 additions and 123 deletions
|
@ -43,6 +43,9 @@ source-repository head
|
|||
|
||||
library
|
||||
hs-source-dirs: src
|
||||
if impl(ghc < 8.0)
|
||||
build-depends:
|
||||
semigroups
|
||||
build-depends:
|
||||
-- GHC 7.6.3 (base 4.6.0.1) is buggy (#1131, #1119) in optimized mode.
|
||||
-- Just disable that version entirely to fail fast.
|
||||
|
@ -78,6 +81,9 @@ library
|
|||
Paths_ShellCheck
|
||||
|
||||
executable shellcheck
|
||||
if impl(ghc < 8.0)
|
||||
build-depends:
|
||||
semigroups
|
||||
build-depends:
|
||||
base >= 4 && < 5,
|
||||
ShellCheck,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue