From 6a2fef57ef1d2060426a9dfbc8977fc23b4d1a34 Mon Sep 17 00:00:00 2001 From: maralorn Date: Wed, 28 Jun 2023 00:30:21 +0200 Subject: [PATCH] =?UTF-8?q?haskellPackages.monad-bayes:=20don=E2=80=99t=20?= =?UTF-8?q?check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7d34a019793b..27ad4a18a357 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -197,6 +197,9 @@ self: super: { # 2023-06-28: Test error: https://hydra.nixos.org/build/225565149 orbits = dontCheck super.orbits; + # 2023-06-28: Test error: https://hydra.nixos.org/build/225559546 + monad-bayes = dontCheck super.monad-bayes; + # Disable tests failing on odd floating point numbers generated by QuickCheck 2.14.3 # https://github.com/haskell/statistics/issues/205 statistics = overrideCabal (drv: {