about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/binary/default.nix
blob: 081779fd312453a7eba33d7f66a157392e463c9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{cabal}:

cabal.mkDerivation (self : {
  pname = "binary";
  version = "0.4.1";
  sha256 = "bb74824306843da25f6d97c271e2a06ee3a7e05fc529156fb81d7c576688e549";
  meta = {
    description = "Efficient, pure binary serialisation using lazy ByteStrings";
  };
})