From fceb5f98a1cfa768a6d2ceb75a1d0279f1453d5e Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 20 Mar 2022 00:51:45 +0100 Subject: [PATCH] haskellPackages.jwt: Disable checks --- pkgs/development/haskell-modules/configuration-common.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f533bbd62d5c..3c8c331fa3fb 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -622,10 +622,13 @@ self: super: { ''; }) super.ghc-mod; - # 2022-03-16: descriptive is unmaintained since 2018 and archived on github.com + # 2022-03-20: descriptive is unmaintained since 2018 and archived on github.com # It does not support aeson 2.0 descriptive = super.descriptive.override { aeson = self.aeson_1_5_6_0; }; + # 2022-03-19: Testsuite is failing: https://github.com/puffnfresh/haskell-jwt/issues/2 + jwt = dontCheck super.jwt; + # Build the latest git version instead of the official release. This isn't # ideal, but Chris doesn't seem to make official releases any more. structured-haskell-mode = overrideCabal (drv: {