summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/process/1.2.0.0.nix
blob: 615f9201b04e923669eb44b5e43e25cd2a38c442 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 ];
  };
})