haskellPackages.stm-containers: Fix build and enter maintainer
This commit is contained in:
+1
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user