about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/network-conduit/default.nix
blob: 0ab913c1e85279cbd7f56c7477bdd08e431c3f6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, conduit }:

cabal.mkDerivation (self: {
  pname = "network-conduit";
  version = "1.1.0";
  sha256 = "06amxl8rg4zfnmgc1iyq5mxy9qihcqddqgqkbfvaf25mwr43992p";
  buildDepends = [ conduit ];
  noHaddock = true;
  meta = {
    homepage = "http://github.com/snoyberg/conduit";
    description = "Stream socket data using conduits. (deprecated)";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})