# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, dotgen, filepath, haskellLexer }: cabal.mkDerivation (self: { pname = "graphmod"; version = "1.2.6"; sha256 = "02p1x44ywv2mb4l2dsz9z3ybnvv4nns3882lqm3nc8sw2hkib8z3"; 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; }; })