From: David Waern Date: Wed, 14 Nov 2007 12:58:42 +0000 (+0000) Subject: Fix build X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=75acd15db5dec691063c35cd23b4d0f73d2e1293 Fix build I had forgot to update HaddockLex.hi-boot-6, so the build with 6.2.2 failed. This fixes that. --- diff --git a/compiler/parser/HaddockLex.hi-boot-6 b/compiler/parser/HaddockLex.hi-boot-6 index 37ce2c1..b96b0d5 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 String + | TokEmphasis String | TokAName GHC.Base.String | TokBirdTrack GHC.Base.String