X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fparser%2FHaddockLex.hi-boot-6;h=902003fc304525fa4b06f59c0dd28db04de1b186;hb=fc621cd805289e81be950560fbfa9d30c298934c;hp=37ce2c115147e9019b232abf2dc330787b54b2bc;hpb=e4137764fddd9003f1d2a234de7b2fc076be335d;p=ghc-hetmet.git diff --git a/compiler/parser/HaddockLex.hi-boot-6 b/compiler/parser/HaddockLex.hi-boot-6 index 37ce2c1..902003f 100644 --- a/compiler/parser/HaddockLex.hi-boot-6 +++ b/compiler/parser/HaddockLex.hi-boot-6 @@ -12,5 +12,7 @@ data Token | TokIdent [RdrName.RdrName] | TokString GHC.Base.String | TokURL GHC.Base.String + | TokPic GHC.Base.String + | TokEmphasis GHC.Base.String | TokAName GHC.Base.String | TokBirdTrack GHC.Base.String