haskellPackages.bytestring-trie: unbreak

This commit is contained in:
Nathan Ringo 2021-10-23 00:15:36 -05:00
parent da0e15c3d4
commit bd0e2e52e4
2 changed files with 0 additions and 3 deletions

View File

@ -499,7 +499,6 @@ broken-packages:
- bytestring-show
- bytestring-substring
- bytestring-time
- bytestring-trie
- bytestring-typenats
- c0parser
- c10k

View File

@ -48843,8 +48843,6 @@ self: {
libraryHaskellDepends = [ base binary bytestring ];
description = "An efficient finite map from (byte)strings to values";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"bytestring-typenats" = callPackage