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 - bytable
- bytehash - bytehash
- bytelog - bytelog
- bytepatch
- bytestring-builder-varword - bytestring-builder-varword
- bytestring-read - bytestring-read
- ca - ca

View file

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