mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 04:51:37 -07:00
Cabal: Don't make executables depend on library
This commit is contained in:
parent
53f63b85bb
commit
3413a076ff
1 changed files with 0 additions and 2 deletions
|
@ -70,7 +70,6 @@ library
|
||||||
|
|
||||||
executable shellcheck
|
executable shellcheck
|
||||||
build-depends:
|
build-depends:
|
||||||
ShellCheck,
|
|
||||||
base >= 4 && < 5,
|
base >= 4 && < 5,
|
||||||
containers,
|
containers,
|
||||||
directory,
|
directory,
|
||||||
|
@ -84,7 +83,6 @@ executable shellcheck
|
||||||
test-suite test-shellcheck
|
test-suite test-shellcheck
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
build-depends:
|
build-depends:
|
||||||
ShellCheck,
|
|
||||||
base >= 4 && < 5,
|
base >= 4 && < 5,
|
||||||
containers,
|
containers,
|
||||||
directory,
|
directory,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue