nixpkgs/pkgs/development/tools/haskell/packunused/default.nix
2014-11-24 16:24:06 +01:00

24 lines
673 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, Cabal, filepath, haskellSrcExts, optparseApplicative
, split
}:
cabal.mkDerivation (self: {
pname = "packunused";
version = "0.1.1.3";
sha256 = "1f8lc9lzqwyzdz1j8czdan04d4bj393xk1rxfhr39j4a56qskp1c";
isLibrary = false;
isExecutable = true;
buildDepends = [
Cabal filepath haskellSrcExts optparseApplicative split
];
jailbreak = true;
meta = {
homepage = "https://github.com/hvr/packunused";
description = "Tool for detecting redundant Cabal package dependencies";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})