X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fparser%2FHaddockLex.hs-boot;h=3e232c067f6ba440cd15269b0d1fb15c7aa7b882;hb=5252fa374b66e58ae734eeae9684970837c6e990;hp=3144744348cc529b87606c056ad9edb550a61c35;hpb=70e996b9a6cd657d441cba95014304a588c0fd7c;p=ghc-hetmet.git diff --git a/compiler/parser/HaddockLex.hs-boot b/compiler/parser/HaddockLex.hs-boot index 3144744..3e232c0 100644 --- a/compiler/parser/HaddockLex.hs-boot +++ b/compiler/parser/HaddockLex.hs-boot @@ -14,6 +14,7 @@ data Token | TokIdent [RdrName] | TokString String | TokURL String + | TokPic String | TokEmphasis String | TokAName String | TokBirdTrack String