nixpkgs/pkgs/development/libraries/haskell/process/1.2.0.0.nix

17 lines
499 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, deepseq, filepath }:
cabal.mkDerivation (self: {
pname = "process";
version = "1.2.0.0";
sha256 = "02il5pxibf0q9b46v0lgdxyc2wlk5kg1v8223ry6brg41zpcj71q";
buildDepends = [ deepseq filepath ];
meta = {
description = "Process libraries";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ thoughtpolice ];
};
})