ghc-8.0.2: cosmetic

This commit is contained in:
Peter Simons 2016-11-30 09:47:37 +01:00
parent fb9f9926cd
commit 2605149d15

View File

@ -9,7 +9,7 @@ let
downloadToTemp = true; downloadToTemp = true;
postFetch = '' postFetch = ''
${patchutils}/bin/filterdiff --clean --strip-match=1 -x 'testsuite/*' "$downloadedFile" > "$out" ${patchutils}/bin/filterdiff --clean --strip-match=1 -x 'testsuite/*' "$downloadedFile" > "$out"
''; ''; # fix syntax highlighting: */
}); });
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {