haskellPackages.json-directory is not broken

This commit is contained in:
Luke Clifton 2021-03-24 03:22:48 +00:00 committed by github-actions[bot]
parent fdb83b81b2
commit 3549a15b0b
2 changed files with 0 additions and 2 deletions

View File

@ -7291,7 +7291,6 @@ broken-packages:
- json-builder - json-builder
- JSON-Combinator - JSON-Combinator
- JSON-Combinator-Examples - JSON-Combinator-Examples
- json-directory
- json-encoder - json-encoder
- json-enumerator - json-enumerator
- json-extra - json-extra

View File

@ -152411,7 +152411,6 @@ self: {
description = "Load JSON from files in a directory structure"; description = "Load JSON from files in a directory structure";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none; hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"json-encoder" = callPackage "json-encoder" = callPackage