nixpkgs/pkgs/development/libraries/haskell/binary/default.nix
Andres Löh d8694e68eb * added generic Cabal builder
* 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
2008-01-22 16:26:57 +00:00

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";
};
})