diff options
author | David Waern <davve@dtek.chalmers.se> | 2008-01-06 16:44:57 +0000 |
---|---|---|
committer | David Waern <davve@dtek.chalmers.se> | 2008-01-06 16:44:57 +0000 |
commit | 134a6fd924dc0af95915984a4fa4f2b059170805 (patch) | |
tree | b5263df0d6ed6204615568c0bf1419ba15424791 /haddock.cabal | |
parent | a6cde6e99a4e399262e37f463473deb39f34ac2a (diff) |
Add missing modules to the cabal file
Diffstat (limited to 'haddock.cabal')
-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 |