haskellPackages.vector-algorithms: added extra build dependencies for ghc 7.10 (#17586)

Changed files
+2 -1
pkgs
development
+2 -1
pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
···
vty-ui = enableCabalFlag super.vty-ui "no-tests";
# 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.
amazonka-core = triggerRebuild super.amazonka-core 1;