aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Waern <davve@dtek.chalmers.se>2008-01-06 16:44:57 +0000
committerDavid Waern <davve@dtek.chalmers.se>2008-01-06 16:44:57 +0000
commit134a6fd924dc0af95915984a4fa4f2b059170805 (patch)
treeb5263df0d6ed6204615568c0bf1419ba15424791
parenta6cde6e99a4e399262e37f463473deb39f34ac2a (diff)
Add missing modules to the cabal file
-rw-r--r--haddock.cabal2
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