haskellPackages.binrep: regenerate unbroken
This commit is contained in:
parent
34c08aa69a
commit
67cba441af
2 changed files with 0 additions and 4 deletions
|
@ -741,7 +741,6 @@ dont-distribute-packages:
|
|||
- bytable
|
||||
- bytehash
|
||||
- bytelog
|
||||
- bytepatch
|
||||
- bytestring-builder-varword
|
||||
- bytestring-read
|
||||
- ca
|
||||
|
|
|
@ -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 ];
|
||||
}) {};
|
||||
|
|
Loading…
Reference in a new issue