summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/packunused/default.nix
blob: 9df5b2472bf8275fdc5290741c48c286b24db9b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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;
  };
})