haskellPackages.servant-polysemy: mark as broken

This commit is contained in:
sternenseemann 2022-09-28 12:11:01 +02:00
parent dec0fefd52
commit 12c22babec
2 changed files with 3 additions and 0 deletions

View file

@ -4529,6 +4529,7 @@ broken-packages:
- servant-namedargs
- servant-nix
- servant-pandoc
- servant-polysemy
- servant-pool
- servant-proto-lens
- servant-purescript

View file

@ -254246,6 +254246,8 @@ self: {
];
description = "Utilities for using servant in a polysemy stack";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"servant-pool" = callPackage