Cabal: Don't make executables depend on library

This commit is contained in:
Vidar Holen 2017-11-05 20:51:39 -08:00
parent 53f63b85bb
commit 3413a076ff

View file

@ -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,