diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 362bf51e219..a3686d8b4e4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -491,6 +491,12 @@ self: super: { # https://github.com/NixOS/nixpkgs/issues/6350 paypal-adaptive-hoops = overrideCabal super.paypal-adaptive-hoops (drv: { testTarget = "local"; }); + # https://github.com/anton-k/temporal-csound/issues/2 + temporal-csound = markBrokenVersion "0.4.1" super.temporal-csound; + + # https://github.com/gregwebs/haskell-heroku/issues/9 + heroku = dontCheck super.heroku; + } // { # Not on Hackage.