From c77155e4fd1a9055ba5fc19270c7e3d061f3fa34 Mon Sep 17 00:00:00 2001 From: Daniel Rolls Date: Sat, 8 Feb 2025 08:29:40 +0000 Subject: [PATCH] haskellPackages.aws-spend-summary: unbreak --- 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 a1ec3c4c617b..d93f22a795e0 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -262,6 +262,9 @@ self: super: { # There are numerical tests on random data, that may fail occasionally lapack = dontCheck super.lapack; + # Needed until upstream fixes are pulled in + aws-spend-summary = doJailbreak super.aws-spend-summary; + # currently, cabal-plan seems to get not much maintenance cabal-plan = doJailbreak super.cabal-plan;