need to mangle another symbol

This commit is contained in:
Joey Hess 2013-04-16 19:58:39 -04:00
parent c1b682cb8f
commit ce11c339e6

View file

@ -347,6 +347,7 @@ mangleCode = declaration_parens
token = many1 $ satisfy isAlphaNum <|> oneOf "-.'"
mangleSymbol "GHC.Types." = ""
mangleSymbol "GHC.Tuple.()" = "()"
mangleSymbol s = s
main :: IO ()