haskellPackages.fuzzyfind: remove unnecessary override
https://github.com/runarorama/fuzzyfind/issues/1 was closed with release 2.1.0.
This commit is contained in:
parent
0767374c40
commit
6fe82e59ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue