d8694e68eb
* transformed zlib, vty, binary, X11 to use generic Cabal builder * note that Cabal library packages are now by default prefixed with "haskell-" svn path=/nixpkgs/trunk/; revision=10247
12 lines
262 B
Nix
12 lines
262 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "binary";
|
|
version = "0.4.1";
|
|
sha256 = "bb74824306843da25f6d97c271e2a06ee3a7e05fc529156fb81d7c576688e549";
|
|
meta = {
|
|
description = "Efficient, pure binary serialisation using lazy ByteStrings";
|
|
};
|
|
})
|
|
|