diff options
author | Isaac Dupree <id@isaac.cedarswampstudios.org> | 2009-08-23 03:08:03 +0000 |
---|---|---|
committer | Isaac Dupree <id@isaac.cedarswampstudios.org> | 2009-08-23 03:08:03 +0000 |
commit | 70945271f1f4deab363c1acfef3ce51a1b7f617d (patch) | |
tree | 81d518f2ca4dde1a1c72072b8a67290de2952388 /haddock.cabal | |
parent | 9dc98d20af5bbcb8bff7624b3d8c4d840ed6bb4e (diff) |
Move doc parsing/lexing into Haddock for ghc>=6.11
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal index 5e6ff274..ad7f99ec 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -92,6 +92,11 @@ executable haddock Haddock.Interface.Rename Haddock.Interface.Create Haddock.Interface.AttachInstances + Haddock.Interface.Lex + Haddock.Interface.Parse + Haddock.Interface.Rn + Haddock.Interface.LexParseRn + Haddock.Interface.ParseModuleHeader Haddock.Utils.FastMutInt2 Haddock.Utils.BlockTable Haddock.Utils.Html @@ -104,6 +109,7 @@ executable haddock Haddock.Backends.Hoogle Haddock.ModuleTree Haddock.Types + Haddock.HsDoc Haddock.Version Haddock.InterfaceFile Haddock.Options |