haskellPackages.vector-hashtables: fix versions of dependencies

This commit is contained in:
Nikita Volodin 2022-07-14 01:44:21 -04:00 committed by sternenseemann
parent 6da243e26d
commit d46be5b0e8
3 changed files with 4 additions and 3 deletions

View file

@ -2582,6 +2582,10 @@ self: super: {
lsp = self.lsp_1_5_0_0;
};
# Too strict bounds on hspec
# https://github.com/klapaucius/vector-hashtables/issues/11
vector-hashtables = doJailbreak super.vector-hashtables;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super // (let
# We need to build purescript with these dependencies and thus also its reverse
# dependencies to avoid version mismatches in their dependency closure.

View file

@ -5505,7 +5505,6 @@ broken-packages:
- vector-endian
- vector-fftw
- vector-functorlazy
- vector-hashtables
- vector-heterogenous
- vector-random
- vector-read-instances

View file

@ -295990,8 +295990,6 @@ self: {
];
description = "Efficient vector-based mutable hashtables implementation";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"vector-heterogenous" = callPackage