about summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/happy/adapt-crazy-perl-regex-for-cpp-4.8.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/parsing/happy/adapt-crazy-perl-regex-for-cpp-4.8.0.patch')
-rw-r--r--pkgs/development/tools/parsing/happy/adapt-crazy-perl-regex-for-cpp-4.8.0.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/tools/parsing/happy/adapt-crazy-perl-regex-for-cpp-4.8.0.patch b/pkgs/development/tools/parsing/happy/adapt-crazy-perl-regex-for-cpp-4.8.0.patch
deleted file mode 100644
index 8bc4db0f405e..000000000000
--- a/pkgs/development/tools/parsing/happy/adapt-crazy-perl-regex-for-cpp-4.8.0.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ubr happy-1.18.6-orig/Setup.lhs happy-1.18.6/Setup.lhs
---- happy-1.18.6-orig/Setup.lhs	2013-04-19 14:17:10.865999210 +0200
-+++ happy-1.18.6/Setup.lhs	2013-04-19 14:17:15.285214809 +0200
-@@ -25,7 +25,7 @@
- -- hack to turn cpp-style '# 27 "GenericTemplate.hs"' into 
- -- '{-# LINE 27 "GenericTemplate.hs" #-}'.
- crazy_perl_regexp =
-- "s/^#\\s+(\\d+)\\s+(\"[^\"]*\")/{-# LINE \\1 \\2 #-}/g;s/\\$(Id:.*)\\$/\\1/g"
-+ "s/^#\\s+(\\d+)\\s+(\"[^\"]*\").*/{-# LINE \\1 \\2 #-}/g;s/\\$(Id:.*)\\$/\\1/g"
- 
- myPostBuild _ flags _ lbi = do
-   let runProgram p = rawSystemProgramConf (buildVerbose flags) p (withPrograms lbi)