mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
30 lines
1.1 KiB
Nix
30 lines
1.1 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, base16Bytestring, base64Bytestring, chunkedData, conduit
|
|
, conduitExtra, hspec, monadControl, monoTraversable, mwcRandom
|
|
, primitive, resourcet, silently, systemFileio, systemFilepath
|
|
, text, transformers, transformersBase, unixCompat, vector, void
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "conduit-combinators";
|
|
version = "0.2.8.3";
|
|
sha256 = "1a3dysrxg7mhm9naqj6vq45k0vxihar7pn650rb8aw22k85ifmkz";
|
|
buildDepends = [
|
|
base16Bytestring base64Bytestring chunkedData conduit conduitExtra
|
|
monadControl monoTraversable mwcRandom primitive resourcet
|
|
systemFileio systemFilepath text transformers transformersBase
|
|
unixCompat vector void
|
|
];
|
|
testDepends = [
|
|
base16Bytestring base64Bytestring chunkedData hspec monoTraversable
|
|
mwcRandom silently systemFilepath text transformers vector
|
|
];
|
|
meta = {
|
|
homepage = "https://github.com/fpco/conduit-combinators";
|
|
description = "Commonly used conduit functions, for both chunked and unchunked data";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|