26 lines
755 B
Nix
26 lines
755 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, json, mtl, parsec, QuickCheck, regexCompat, transformers
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "ShellCheck";
|
|
version = "0.3.5";
|
|
sha256 = "0x4rvhpzrjkn9a9fsmp9iwv9g21hkrd8fgq05iy4wgv8nfhgv2cj";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
json mtl parsec QuickCheck regexCompat transformers
|
|
];
|
|
testDepends = [
|
|
json mtl parsec QuickCheck regexCompat transformers
|
|
];
|
|
meta = {
|
|
homepage = "http://www.shellcheck.net/";
|
|
description = "Shell script analysis tool";
|
|
license = self.stdenv.lib.licenses.agpl3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
|
};
|
|
})
|