diff --git a/ghc/compiler/basicTypes/Literal.lhs b/ghc/compiler/basicTypes/Literal.lhs index 54af4732d8f437d665b20c035e0cc1daf4ffee10..b3037d1a1bff56ad15e8fff259dc858888e189b5 100644 --- a/ghc/compiler/basicTypes/Literal.lhs +++ b/ghc/compiler/basicTypes/Literal.lhs @@ -340,6 +340,7 @@ hashLiteral (MachWord i) = hashInteger i hashLiteral (MachWord64 i) = hashInteger i hashLiteral (MachFloat r) = hashRational r hashLiteral (MachDouble r) = hashRational r +hashLiteral (MachLabel s) = hashFS s hashLiteral (MachLitLit s _) = hashFS s hashRational :: Rational -> Int