mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 11:46:19 +08:00
Cabal: Don't make executables depend on library
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user