summaryrefslogtreecommitdiff
path: root/lang/hugs
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2004-08-25 18:43:59 +0000
committerOliver Braun <obraun@FreeBSD.org>2004-08-25 18:43:59 +0000
commita6ad43a7a5f41ce60a94fe464f5307e0943f9405 (patch)
tree34709e4061667b31239b6bc123565962e2b942d4 /lang/hugs
parent* Correct the ORBIT_CONFIG [1] (diff)
Work around stricter CPP in GCC >= 3.4.1.
Obtained from: cvs.haskell.org
Notes
Notes: svn path=/head/; revision=117270
Diffstat (limited to 'lang/hugs')
-rw-r--r--lang/hugs/files/patch-libraries_base_Data_List.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/hugs/files/patch-libraries_base_Data_List.hs b/lang/hugs/files/patch-libraries_base_Data_List.hs
new file mode 100644
index 000000000000..5a2f8632a00c
--- /dev/null
+++ b/lang/hugs/files/patch-libraries_base_Data_List.hs
@@ -0,0 +1,11 @@
+--- ../fptools/libraries/base/Data/List.hs.orig Wed Nov 26 10:55:24 2003
++++ ../fptools/libraries/base/Data/List.hs Wed Aug 25 20:22:13 2004
+@@ -209,7 +209,7 @@
+ import GHC.Base
+ #endif
+
+-infix 5 \\
++infix 5 \\ -- comment to fool cpp
+
+ -- -----------------------------------------------------------------------------
+ -- List functions