18 lines
664 B
Nix
18 lines
664 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, cereal, conduit, HUnit, mtl, resourcet, transformers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "cereal-conduit";
|
|
version = "0.7.2.3";
|
|
sha256 = "0s1s8jm25wxj44x44vjz4kz5qblkyjaz7f8rw5i81bzam32afj9s";
|
|
buildDepends = [ cereal conduit resourcet transformers ];
|
|
testDepends = [ cereal conduit HUnit mtl resourcet transformers ];
|
|
meta = {
|
|
homepage = "https://github.com/snoyberg/conduit";
|
|
description = "Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|