diff options
Diffstat (limited to 'devel/hs-ShellCheck/files/patch-ShellCheck.cabal')
-rw-r--r-- | devel/hs-ShellCheck/files/patch-ShellCheck.cabal | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/hs-ShellCheck/files/patch-ShellCheck.cabal b/devel/hs-ShellCheck/files/patch-ShellCheck.cabal deleted file mode 100644 index 0783474e383e..000000000000 --- a/devel/hs-ShellCheck/files/patch-ShellCheck.cabal +++ /dev/null @@ -1,28 +0,0 @@ ---- ShellCheck.cabal.orig 2014-11-10 01:30:00.000000000 +0100 -+++ ShellCheck.cabal 2015-02-03 18:19:38.355225341 +0100 -@@ -42,7 +42,7 @@ - mtl, - parsec, - regex-compat, -- QuickCheck >= 2.7.4 -+ QuickCheck >= 2.6 - exposed-modules: - ShellCheck.Analytics - ShellCheck.AST -@@ -64,7 +64,7 @@ - parsec, - regex-compat, - transformers, -- QuickCheck >= 2.7.4 -+ QuickCheck >= 2.6 - main-is: shellcheck.hs - - test-suite test-shellcheck -@@ -79,6 +79,6 @@ - parsec, - regex-compat, - transformers, -- QuickCheck >= 2.7.4 -+ QuickCheck >= 2.6 - main-is: test/shellcheck.hs - |