haskellPackages.vector-algorithms: added extra build dependencies for ghc 7.10 (#17586)
This commit is contained in:
parent
0456264754
commit
b8a3174aa3
|
@ -186,7 +186,8 @@ self: super: {
|
||||||
vty-ui = enableCabalFlag super.vty-ui "no-tests";
|
vty-ui = enableCabalFlag super.vty-ui "no-tests";
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/1112
|
# https://github.com/fpco/stackage/issues/1112
|
||||||
vector-algorithms = dontCheck super.vector-algorithms;
|
vector-algorithms = addBuildDepends (dontCheck super.vector-algorithms)
|
||||||
|
[ self.mtl self.mwc-random ];
|
||||||
|
|
||||||
# Trigger rebuild to mitigate broken packaes on Hydra.
|
# Trigger rebuild to mitigate broken packaes on Hydra.
|
||||||
amazonka-core = triggerRebuild super.amazonka-core 1;
|
amazonka-core = triggerRebuild super.amazonka-core 1;
|
||||||
|
|
Loading…
Reference in New Issue