forked from mirrors/nixpkgs
configuration-ghc-7.10.x.nix: trigger re-builds to mitigate broken library IDs
This commit is contained in:
parent
f5a7f03bbe
commit
fb154cebba
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue