summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-09-01 15:03:31 +0200
committerPeter Simons <simons@cryp.to>2016-09-01 15:05:01 +0200
commit29a53017a41ee0390e3b6028aadf303d04103fb7 (patch)
treebdbd22dafe34659474e5b5369aa37db71c0da820 /pkgs/development/compilers/ghc
parent0ce7b31b09f50e815bb9d7de7b1d006a8a7b231b (diff)
downloadnixlib-29a53017a41ee0390e3b6028aadf303d04103fb7.tar
nixlib-29a53017a41ee0390e3b6028aadf303d04103fb7.tar.gz
nixlib-29a53017a41ee0390e3b6028aadf303d04103fb7.tar.bz2
nixlib-29a53017a41ee0390e3b6028aadf303d04103fb7.tar.lz
nixlib-29a53017a41ee0390e3b6028aadf303d04103fb7.tar.xz
nixlib-29a53017a41ee0390e3b6028aadf303d04103fb7.tar.zst
nixlib-29a53017a41ee0390e3b6028aadf303d04103fb7.zip
ghc-8.0.1: cosmetic fix to the Nix expression to unbreak syntax highlighting
Diffstat (limited to 'pkgs/development/compilers/ghc')
-rw-r--r--pkgs/development/compilers/ghc/8.0.1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc/8.0.1.nix b/pkgs/development/compilers/ghc/8.0.1.nix
index 02a78f60550f..d28eab8d25e2 100644
--- a/pkgs/development/compilers/ghc/8.0.1.nix
+++ b/pkgs/development/compilers/ghc/8.0.1.nix
@@ -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