summaryrefslogtreecommitdiff
path: root/www/hs-activehs/files/patch-Converter.hs
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-activehs/files/patch-Converter.hs')
-rw-r--r--www/hs-activehs/files/patch-Converter.hs13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/hs-activehs/files/patch-Converter.hs b/www/hs-activehs/files/patch-Converter.hs
new file mode 100644
index 000000000000..e4e7da82e900
--- /dev/null
+++ b/www/hs-activehs/files/patch-Converter.hs
@@ -0,0 +1,13 @@
+--- ./Converter.hs.orig 2013-02-12 20:23:45.000000000 +0100
++++ ./Converter.hs 2013-05-28 16:20:35.000000000 +0200
+@@ -249,8 +249,8 @@
+
+ mkName :: String -> HSyn.Name
+ mkName n@(c:_)
+- | isSymbol c = HSyn.Symbol n
+-mkName n = HSyn.Ident n
++ | isLetter c = HSyn.Ident n
++mkName n = HSyn.Symbol n
+
+ mkImport_ :: String -> String -> HSyn.ImportDecl
+ mkImport_ magic m