ghc-8.0.1: cosmetic fix to the Nix expression to unbreak syntax highlighting
This commit is contained in:
parent
0ce7b31b09
commit
29a53017a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user