diff options
-rw-r--r-- | haddock.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal index aa4e4946..f8efb127 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -80,6 +80,7 @@ main-is: Main.hs extensions: CPP, PatternGuards ghc-options: -fglasgow-exts -funbox-strict-fields -O2 -fasm other-modules: + Haddock.Interface Haddock.Interface.Rename Haddock.Interface.Create Haddock.Interface.AttachInstances @@ -87,6 +88,7 @@ other-modules: Haddock.Utils.BlockTable Haddock.Utils.Html Haddock.Utils + Haddock.Backends.Html Haddock.Backends.HaddockDB Haddock.Backends.DevHelp Haddock.Backends.HH |