From fb154cebba76386f109a25e019924537ceed04ec Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 May 2016 17:31:46 +0200 Subject: [PATCH] configuration-ghc-7.10.x.nix: trigger re-builds to mitigate broken library IDs --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 3 +++ 1 file changed, 3 insertions(+) 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 ac829daa485..60c4146c79b 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; + }