Cabal: Don't make executables depend on library
This commit is contained in:
parent
53f63b85bb
commit
3413a076ff
|
@ -70,7 +70,6 @@ library
|
|||
|
||||
executable shellcheck
|
||||
build-depends:
|
||||
ShellCheck,
|
||||
base >= 4 && < 5,
|
||||
containers,
|
||||
directory,
|
||||
|
@ -84,7 +83,6 @@ executable shellcheck
|
|||
test-suite test-shellcheck
|
||||
type: exitcode-stdio-1.0
|
||||
build-depends:
|
||||
ShellCheck,
|
||||
base >= 4 && < 5,
|
||||
containers,
|
||||
directory,
|
||||
|
|
Loading…
Reference in New Issue