X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fparser%2FLexCore.hs;fp=ghc%2Fcompiler%2Fparser%2FLexCore.hs;h=d634acd12d1760fadcb06d1612a30f1cd1d85ad0;hb=4e4d6f3b2640d26b123e45fe8ecea53bca890093;hp=51d6e8e68dd17fb80c72f811a9f45beb253615e8;hpb=7c6461be3cc9e17d5f2b5bb8b8b0c9ea6fecb75d;p=ghc-hetmet.git diff --git a/ghc/compiler/parser/LexCore.hs b/ghc/compiler/parser/LexCore.hs index 51d6e8e..d634acd 100644 --- a/ghc/compiler/parser/LexCore.hs +++ b/ghc/compiler/parser/LexCore.hs @@ -127,4 +127,4 @@ lexDigits :: ReadS String lexDigits s = case span isDigit s of (cs,s') | not (null cs) -> [(cs,s')] otherwise -> [] -#endif \ No newline at end of file +#endif