3b2254a3af
There is no point in receiving hundreds of e-mails; I cannot read them anyway.
13 lines
365 B
Nix
13 lines
365 B
Nix
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "cereal";
|
|
version = "0.3.5.2";
|
|
sha256 = "0yjxvhagsm552idfrs6d9lzlz6x5878xj1vfg0zxf8w1kixgghil";
|
|
meta = {
|
|
description = "A binary serialization library";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
};
|
|
})
|