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;