diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index ac829daa485f..60c4146c79bf 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -203,4 +203,7 @@ self: super: { # https://github.com/fpco/stackage/issues/1112 vector-algorithms = dontCheck super.vector-algorithms; + # Trigger rebuild to mitigate broken packaes on Hydra. + amazonka-core = triggerRebuild super.amazonka-core 1; + }