haskellPackages: update transitive-broken.yaml

This commit is contained in:
sorki
2024-01-06 18:19:37 +01:00
parent dd6da16d95
commit 2eedc0b6da
2 changed files with 4 additions and 6 deletions
@@ -1983,7 +1983,6 @@ dont-distribute-packages:
- hcg-minus-cairo
- hcheat
- hcheckers
- hcount
- hcube
- hdbi
- hdbi-conduit
@@ -2161,6 +2160,7 @@ dont-distribute-packages:
- hslogstash
- hsparql
- hspec-expectations-pretty
- hspec-formatter-github
- hspec-pg-transact
- hspec-setup
- hspec-shouldbe
@@ -2242,6 +2242,7 @@ dont-distribute-packages:
- hyena
- hylotab
- hyloutils
- hyperbole
- hyperpublic
- i
- iException
@@ -3596,12 +3597,10 @@ dont-distribute-packages:
- silvi
- simgi
- simple-c-value
- simple-cairo
- simple-firewire
- simple-log-syslog
- simple-logging
- simple-nix
- simple-pango
- simple-pascal
- simple-postgresql-orm
- simpleirc-lens
+2 -3
View File
@@ -141920,7 +141920,6 @@ self: {
];
description = "Haskell name counts";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "hcount";
}) {};
@@ -158870,6 +158869,7 @@ self: {
testHaskellDepends = [ base hspec hspec-api hspec-core ];
description = "A Formatter for hspec that provides Github Actions Annotations";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"hspec-golden_0_1_0_3" = callPackage
@@ -166056,6 +166056,7 @@ self: {
];
description = "Web Framework inspired by HTMX";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "example";
}) {};
@@ -273644,7 +273645,6 @@ self: {
];
description = "Binding to Cairo library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {inherit (pkgs) cairo;};
"simple-cmd" = callPackage
@@ -274132,7 +274132,6 @@ self: {
];
description = "Binding to Pango library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {inherit (pkgs) pango;};
"simple-parser" = callPackage