nixpkgs/pkgs/development/tools/haskell/graphmod/default.nix

19 lines
596 B
Nix
Raw Normal View History

2014-10-04 06:54:12 +00:00
# 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;
};
})