From 90a520a348fd1d52137ca4689682c2b9fb837a48 Mon Sep 17 00:00:00 2001 From: maralorn Date: Wed, 28 Jun 2023 00:29:56 +0200 Subject: [PATCH] haskellPackages.orbits: dont check --- 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 8759ec7de1e9..7d34a019793b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -194,6 +194,9 @@ self: super: { aeson_2_1_2_1 ; + # 2023-06-28: Test error: https://hydra.nixos.org/build/225565149 + orbits = dontCheck super.orbits; + # Disable tests failing on odd floating point numbers generated by QuickCheck 2.14.3 # https://github.com/haskell/statistics/issues/205 statistics = overrideCabal (drv: {