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

{ cabal, conduit }:

cabal.mkDerivation (self: {
  pname = "blaze-builder-conduit";
  version = "1.1.0";
  sha256 = "0xxyn3lhcn1bkybhrl5dx68d0adf26ilf34gv0mxkwpfj7m7d3k3";
  buildDepends = [ conduit ];
  noHaddock = true;
  meta = {
    homepage = "http://github.com/snoyberg/conduit";
    description = "Convert streams of builders to streams of bytestrings. (deprecated)";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})