ghc-8.0.1: cosmetic fix to the Nix expression to unbreak syntax highlighting

This commit is contained in:
Peter Simons 2016-09-01 15:03:31 +02:00
parent 0ce7b31b09
commit 29a53017a4

View File

@ -8,7 +8,7 @@ let
fetchFilteredPatch = args: fetchurl (args // {
downloadToTemp = true;
postFetch = ''
${patchutils}/bin/filterdiff --clean --strip-match=1 -x 'testsuite/*' "$downloadedFile" > "$out"
${patchutils}/bin/filterdiff --clean --strip-match=1 -x '"testsuite/"*' "$downloadedFile" > "$out"
'';
});
in