haskellPackages.binrep: regenerate unbroken

This commit is contained in:
Dennis Gosnell 2023-09-14 08:48:52 -04:00
parent 34c08aa69a
commit 67cba441af
2 changed files with 0 additions and 4 deletions

View file

@ -741,7 +741,6 @@ dont-distribute-packages:
- bytable
- bytehash
- bytelog
- bytepatch
- bytestring-builder-varword
- bytestring-read
- ca

View file

@ -48639,9 +48639,7 @@ self: {
];
description = "Encode precise binary representations directly in types";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.raehik ];
broken = true;
}) {};
"bins" = callPackage
@ -55079,7 +55077,6 @@ self: {
description = "Patch byte-representable data in a bytestream";
license = lib.licenses.mit;
platforms = lib.platforms.x86;
hydraPlatforms = lib.platforms.none;
mainProgram = "bytepatch";
maintainers = [ lib.maintainers.raehik ];
}) {};