ocamlPackages.streamable: 0.17.0 → 0.17.1
This commit is contained in:
@@ -2100,21 +2100,33 @@ with self;
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
streamable = janePackage {
|
streamable = janePackage (
|
||||||
pname = "streamable";
|
{
|
||||||
hash = "sha256-FtrAX4nsacCO5HTVxwLgwwT8R2sASJ05qu4gT2ZVSDg=";
|
pname = "streamable";
|
||||||
meta.description = "Collection of types suitable for incremental serialization";
|
meta.description = "Collection of types suitable for incremental serialization";
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
async_kernel
|
async_kernel
|
||||||
async_rpc_kernel
|
async_rpc_kernel
|
||||||
base
|
base
|
||||||
core
|
core
|
||||||
core_kernel
|
core_kernel
|
||||||
ppx_jane
|
ppx_jane
|
||||||
ppxlib
|
ppxlib
|
||||||
];
|
];
|
||||||
meta.broken = lib.versionAtLeast ppxlib.version "0.36";
|
}
|
||||||
};
|
// (
|
||||||
|
if lib.versionAtLeast ppxlib.version "0.36" then
|
||||||
|
{
|
||||||
|
version = "0.17.1";
|
||||||
|
hash = "sha256-3d7tByQCOfA44wSBKbHXDvyomenWVaEDMHujlK++n8Y=";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
version = "0.17.0";
|
||||||
|
hash = "sha256-FtrAX4nsacCO5HTVxwLgwwT8R2sASJ05qu4gT2ZVSDg=";
|
||||||
|
}
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
textutils = janePackage {
|
textutils = janePackage {
|
||||||
pname = "textutils";
|
pname = "textutils";
|
||||||
|
|||||||
Reference in New Issue
Block a user