Merge remote-tracking branch 'remexre/unbreak-bytestring-trie' into haskell-updates
This commit is contained in:
commit
1123771d5d
2 changed files with 0 additions and 3 deletions
|
@ -499,7 +499,6 @@ broken-packages:
|
|||
- bytestring-show
|
||||
- bytestring-substring
|
||||
- bytestring-time
|
||||
- bytestring-trie
|
||||
- bytestring-typenats
|
||||
- c0parser
|
||||
- c10k
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue