From 75acd15db5dec691063c35cd23b4d0f73d2e1293 Mon Sep 17 00:00:00 2001 From: David Waern Date: Wed, 14 Nov 2007 12:58:42 +0000 Subject: [PATCH] Fix build I had forgot to update HaddockLex.hi-boot-6, so the build with 6.2.2 failed. This fixes that. --- compiler/parser/HaddockLex.hi-boot-6 | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.4