2009-07-10 00:24:02 +02:00
|
|
|
{cabal, bytestring, network}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "network-bytestring";
|
|
|
|
version = "0.1.2.1";
|
|
|
|
name = self.fname;
|
|
|
|
sha256 = "0l5gxwc5pg49qyxb1jy3kn9j66a6pg9frw4c7dn1mrpqicm155am";
|
|
|
|
extraBuildInputs = [bytestring network];
|
|
|
|
meta = {
|
2009-07-16 17:18:07 +02:00
|
|
|
description = "Fast, memory-efficient, low-level socket functions that use Data.ByteStrings instead of Strings";
|
2009-07-10 00:24:02 +02:00
|
|
|
};
|
|
|
|
})
|