haskellPackages.fuzzyfind: unbreak

This commit is contained in:
sternenseemann 2021-04-02 16:33:27 +02:00
parent ad719bf6d1
commit 2a8e2ff1b9

View File

@ -1744,4 +1744,7 @@ self: super: {
preConfigure = ''substituteInPlace iCalendar.cabal --replace "network >=2.6 && <2.7" "network -any"''; preConfigure = ''substituteInPlace iCalendar.cabal --replace "network >=2.6 && <2.7" "network -any"'';
}; };
# Too strict bounds on base: https://github.com/runarorama/fuzzyfind/issues/1
fuzzyfind = doJailbreak super.fuzzyfind;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super