ghc-8.0.2: remove unused fetchFilteredPatch function

This commit is contained in:
Bas van Dijk 2017-01-24 23:34:40 +01:00
parent 4a914f2f9f
commit a96b6e64fb

@ -4,13 +4,6 @@
let
inherit (bootPkgs) ghc;
fetchFilteredPatch = args: fetchurl (args // {
downloadToTemp = true;
postFetch = ''
${patchutils}/bin/filterdiff --clean --strip-match=1 -x 'testsuite/*' "$downloadedFile" > "$out"
''; # fix syntax highlighting: */
});
in
stdenv.mkDerivation rec {
version = "8.0.2";