21 lines
684 B
Nix
21 lines
684 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, cereal, doctest, filepath, mtl, text, time
|
|
, transformers, transformersCompat, void
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "bytes";
|
|
version = "0.14.1.1";
|
|
sha256 = "11bsl31352h5lj7ad68byqqc27d5iz53kwx7b433l44g9kaijrvc";
|
|
buildDepends = [
|
|
binary cereal mtl text time transformers transformersCompat void
|
|
];
|
|
testDepends = [ doctest filepath ];
|
|
meta = {
|
|
homepage = "http://github.com/analytics/bytes";
|
|
description = "Sharing code for serialization between binary and cereal";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|