Update hi-boot files to fix building with old GHCs
[ghc-hetmet.git] / compiler / parser / HaddockLex.hi-boot-6
diff --git a/compiler/parser/HaddockLex.hi-boot-6 b/compiler/parser/HaddockLex.hi-boot-6
new file mode 100644 (file)
index 0000000..37ce2c1
--- /dev/null
@@ -0,0 +1,16 @@
+module HaddockLex where
+
+tokenise :: GHC.Base.String -> [Token]
+
+data Token
+  = TokPara
+  | TokNumber
+  | TokBullet
+  | TokDefStart
+  | TokDefEnd
+  | TokSpecial GHC.Base.Char
+  | TokIdent [RdrName.RdrName]
+  | TokString GHC.Base.String
+  | TokURL GHC.Base.String
+  | TokAName GHC.Base.String
+  | TokBirdTrack GHC.Base.String