forked from mirrors/nixpkgs
19 lines
596 B
Nix
19 lines
596 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, dotgen, filepath, haskellLexer }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "graphmod";
|
|
version = "1.2.5";
|
|
sha256 = "1rmrsfvajzrak7jlhwnvhrgszgyg1b6z5wp21k0d7pv2cbfdkp8s";
|
|
isLibrary = false;
|
|
isExecutable = true;
|
|
buildDepends = [ dotgen filepath haskellLexer ];
|
|
meta = {
|
|
homepage = "http://github.com/yav/graphmod/wiki";
|
|
description = "Present the module dependencies of a program as a \"dot\" graph";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|