haskellPackages.fuzzyfind: remove unnecessary override

https://github.com/runarorama/fuzzyfind/issues/1 was closed with release
2.1.0.
This commit is contained in:
sternenseemann 2021-04-09 14:18:43 +02:00
parent 0767374c40
commit 6fe82e59ee
1 changed files with 0 additions and 3 deletions

View File

@ -1741,9 +1741,6 @@ self: super: {
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;
# Apply patch from master relaxing the version bounds on tasty.
# Can be removed at next release (current is 0.10.1.0).
ginger = appendPatch super.ginger