summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-07-14 11:00:12 +0200
committerPeter Simons <simons@cryp.to>2014-07-14 17:33:50 +0200
commit78c7ea2c8f66f7c147ac7935420513b2f8eecd60 (patch)
treed9264379dc5437e9d06031a6e85093e1cd504e2f /pkgs
parent64a19b6efa91b585b4fd374df2047a55e36d28ea (diff)
downloadnixpkgs-78c7ea2c8f66f7c147ac7935420513b2f8eecd60.tar
nixpkgs-78c7ea2c8f66f7c147ac7935420513b2f8eecd60.tar.gz
nixpkgs-78c7ea2c8f66f7c147ac7935420513b2f8eecd60.tar.bz2
nixpkgs-78c7ea2c8f66f7c147ac7935420513b2f8eecd60.tar.lz
nixpkgs-78c7ea2c8f66f7c147ac7935420513b2f8eecd60.tar.xz
nixpkgs-78c7ea2c8f66f7c147ac7935420513b2f8eecd60.tar.zst
nixpkgs-78c7ea2c8f66f7c147ac7935420513b2f8eecd60.zip
haskell-ShellCheck: update to version 0.3.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/misc/ShellCheck/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/tools/misc/ShellCheck/default.nix b/pkgs/development/tools/misc/ShellCheck/default.nix
index ec62d9fbed4..8beca12325b 100644
--- a/pkgs/development/tools/misc/ShellCheck/default.nix
+++ b/pkgs/development/tools/misc/ShellCheck/default.nix
@@ -1,14 +1,15 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, json, mtl, parsec, regexCompat }:
+{ cabal, json, mtl, parsec, QuickCheck, regexCompat }:
 
 cabal.mkDerivation (self: {
   pname = "ShellCheck";
-  version = "0.3.3";
-  sha256 = "15lmc7cbi6s852qhd6h9asgz7ss1khfhq7wj4sgblr5mgppldg93";
+  version = "0.3.4";
+  sha256 = "07fw8c33p7h1kvg899dwnvqpxpywcidhbw9jhjd8xsma7kz471iw";
   isLibrary = true;
   isExecutable = true;
-  buildDepends = [ json mtl parsec regexCompat ];
+  buildDepends = [ json mtl parsec QuickCheck regexCompat ];
+  testDepends = [ json mtl parsec QuickCheck regexCompat ];
   meta = {
     homepage = "http://www.shellcheck.net/";
     description = "Shell script analysis tool";