haskellPackages.hspec-wai-json: unbreak

This commit is contained in:
Robert Vollmert 2022-07-12 12:39:59 +02:00 committed by sternenseemann
parent 4cd2df0a47
commit 0d1e99decb
2 changed files with 0 additions and 3 deletions

View file

@ -2456,7 +2456,6 @@ broken-packages:
- hspec-snap
- hspec-structured-formatter
- hspec-tables
- hspec-wai-json
- HsPerl5
- hs-pgms
- hspkcs11

View file

@ -148007,8 +148007,6 @@ self: {
testHaskellDepends = [ base hspec hspec-wai ];
description = "Testing JSON APIs with hspec-wai";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hspec-webdriver" = callPackage