haskellPackages.stm-containers: Fix build and enter maintainer

This commit is contained in:
Malte Brandy
2021-04-02 14:16:00 +02:00
parent 7ce74efc56
commit 4b7b0fdd9b
2 changed files with 2 additions and 9 deletions
+1 -6
View File
@@ -210352,8 +210352,6 @@ self: {
];
description = "Extras for the \"primitive\" library";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"primitive-foreign" = callPackage
@@ -248979,8 +248977,7 @@ self: {
];
description = "Containers for STM";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
maintainers = with lib.maintainers; [ maralorn ];
}) {};
"stm-delay" = callPackage
@@ -249050,8 +249047,6 @@ self: {
];
description = "STM-specialised Hash Array Mapped Trie";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"stm-incremental" = callPackage