Merge remote-tracking branch 'remexre/unbreak-bytestring-trie' into haskell-updates

This commit is contained in:
Ellie Hermaszewska 2021-10-23 15:20:41 +08:00
commit 1123771d5d
No known key found for this signature in database
GPG key ID: C8116E3A0C1CA76A
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

@ -48931,8 +48931,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