haskellPackages.singleton-th: remove broken flag

main
sternenseemann 2 years ago
parent c0a7ad5c71
commit 6f0d052531
  1. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  2. 3
      pkgs/development/haskell-modules/hackage-packages.nix

@ -4514,7 +4514,6 @@ broken-packages:
- simplexmq
- simple-zipper
- singleton-dict
- singletons-th
- singleton-typelits
- singnal
- singular-factory

@ -246309,8 +246309,6 @@ self: {
];
description = "A framework for generating singleton types";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"singletons-th_3_1" = callPackage
@ -246328,7 +246326,6 @@ self: {
description = "A framework for generating singleton types";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"singnal" = callPackage

Loading…
Cancel
Save