haskell-ShellCheck: update to version 0.3.4
This commit is contained in:
parent
64a19b6efa
commit
78c7ea2c8f
@ -1,14 +1,15 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# 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: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ShellCheck";
|
pname = "ShellCheck";
|
||||||
version = "0.3.3";
|
version = "0.3.4";
|
||||||
sha256 = "15lmc7cbi6s852qhd6h9asgz7ss1khfhq7wj4sgblr5mgppldg93";
|
sha256 = "07fw8c33p7h1kvg899dwnvqpxpywcidhbw9jhjd8xsma7kz471iw";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ json mtl parsec regexCompat ];
|
buildDepends = [ json mtl parsec QuickCheck regexCompat ];
|
||||||
|
testDepends = [ json mtl parsec QuickCheck regexCompat ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.shellcheck.net/";
|
homepage = "http://www.shellcheck.net/";
|
||||||
description = "Shell script analysis tool";
|
description = "Shell script analysis tool";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user