diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-16 19:58:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-16 19:58:39 -0400 |
commit | 9abf07f5cebfea5765ff5fbc0f9e370412e65a5e (patch) | |
tree | 7e5df4473d046066907b17f38b6f9c9486375f0f /Build/EvilSplicer.hs | |
parent | 353ad377b307990b2d9b005a560d140af8488f8b (diff) |
need to mangle another symbol
Diffstat (limited to 'Build/EvilSplicer.hs')
-rw-r--r-- | Build/EvilSplicer.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/EvilSplicer.hs b/Build/EvilSplicer.hs index 1fa554b92..4b33097b7 100644 --- a/Build/EvilSplicer.hs +++ b/Build/EvilSplicer.hs @@ -347,6 +347,7 @@ mangleCode = declaration_parens token = many1 $ satisfy isAlphaNum <|> oneOf "-.'" mangleSymbol "GHC.Types." = "" + mangleSymbol "GHC.Tuple.()" = "()" mangleSymbol s = s main :: IO () |