X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fparser%2FHaddockLex.x;h=da6dbd37065f2f8e5c2aff30c9fd8feb1118a711;hp=d5e40f257726923768c8d3eb426418b9cc57b07a;hb=8a25c54e2df36b3fb40436e5b887dddc3c64ab54;hpb=24d49415d2833a1338dfb5fd8c5c1c84df6c282b diff --git a/compiler/parser/HaddockLex.x b/compiler/parser/HaddockLex.x index d5e40f2..da6dbd3 100644 --- a/compiler/parser/HaddockLex.x +++ b/compiler/parser/HaddockLex.x @@ -26,7 +26,7 @@ import RdrName import SrcLoc import DynFlags -import Char +import Data.Char import Numeric import System.IO.Unsafe }