From 3413a076ffcca0fa91a204834ee47bcc6663cbbd Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 5 Nov 2017 20:51:39 -0800 Subject: [PATCH] Cabal: Don't make executables depend on library --- ShellCheck.cabal | 2 -- 1 file changed, 2 deletions(-) diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 2dc9e06..b8f776f 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -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,