cabal2nix-2.16.0: test/golden-test-cases/data-serializer.nix.golden
{ mkDerivation, base, binary, bytestring, cereal, data-endian, lib
, parsers, semigroups, split, tasty, tasty-quickcheck
}:
mkDerivation {
pname = "data-serializer";
version = "0.3.2";
sha256 = "deadbeef";
libraryHaskellDepends = [
base binary bytestring cereal data-endian parsers semigroups split
];
testHaskellDepends = [
base binary bytestring cereal tasty tasty-quickcheck
];
homepage = "https://github.com/mvv/data-serializer";
description = "Common API for serialization libraries";
license = lib.licenses.bsd3;
}