aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <unknown>2007-08-17 11:16:48 +0000
committerDavid Waern <unknown>2007-08-17 11:16:48 +0000
commit070a0d9cd70eca65400b9a10fe7b0d45424fe498 (patch)
tree6e8e07e40bcb6d6888445d3f62973190a39844be /haddock.cabal
parent050b525fb33ca60a9e4a374eab19b65d585ab1e8 (diff)
Move options out of Main into Haddock.Options
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 2dd9546d..87881708 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -93,4 +93,5 @@ other-modules:
Haddock.Utils.GHC
Haddock.InterfaceFile
Haddock.Exception
+ Haddock.Options
Main