haskellPackages: Update transitively disabled packages

This commit is contained in:
Malte Brandy
2021-05-14 23:58:30 +02:00
parent 8c4331f13a
commit 5caa523f8d
2 changed files with 2 additions and 2 deletions
@@ -942,7 +942,6 @@ dont-distribute-packages:
- ghcjs-hplay - ghcjs-hplay
- ghc-mod - ghc-mod
- ghc-tags-plugin - ghc-tags-plugin
- ghcup
- ghc-vis - ghc-vis
- ght - ght
- gi-cairo-again - gi-cairo-again
@@ -3276,6 +3275,7 @@ dont-distribute-packages:
- yu-launch - yu-launch
- yuuko - yuuko
- zasni-gerna - zasni-gerna
- Z-Botan
- zephyr - zephyr
- zerobin - zerobin
- zeromq3-conduit - zeromq3-conduit
+1 -1
View File
@@ -21769,6 +21769,7 @@ self: {
]; ];
description = "Crypto for Haskell"; description = "Crypto for Haskell";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"Z-Data" = callPackage "Z-Data" = callPackage
@@ -102201,7 +102202,6 @@ self: {
]; ];
description = "ghc toolchain installer"; description = "ghc toolchain installer";
license = lib.licenses.lgpl3Only; license = lib.licenses.lgpl3Only;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ maralorn ]; maintainers = with lib.maintainers; [ maralorn ];
}) {}; }) {};