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
1 changed files with 0 additions and 2 deletions

View File

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