haskellPackages.toml-parser: drop broken flag

This commit is contained in:
sternenseemann 2023-07-20 01:34:53 +02:00
parent 0ded80fcf5
commit 97e7224610
2 changed files with 0 additions and 3 deletions

View file

@ -5456,7 +5456,6 @@ broken-packages:
- tokyocabinet-haskell
- tokyotyrant-haskell
- toml
- toml-parser
- tonalude
- tonaparser
- toodles

View file

@ -294189,8 +294189,6 @@ self: {
testToolDepends = [ hspec-discover markdown-unlit ];
description = "TOML 1.0.0 parser";
license = lib.licenses.isc;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"toml-reader" = callPackage