Merge pull request #117440 from luke-clifton/jsondir

haskellPackages.json-directory: mark not broken
This commit is contained in:
Dennis Gosnell 2021-03-24 16:59:16 +09:00 committed by GitHub
commit 2bbfd8efcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

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

View File

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