aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2012-10-02 00:47:46 +0200
committerSimon Hengel <sol@typeful.net>2012-10-04 16:12:17 +0200
commitae3690c2349b595a1fb459a4374cfe2e668a04aa (patch)
tree36eb06b667ae57de85fe6590ea77af8d17f492a1 /haddock.cabal
parent96e57fc09b13779c43b1f2465561a7ede242533e (diff)
Export Haddock's main entry point from library
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 91c2e494..42dc9771 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -95,10 +95,12 @@ executable haddock
build-depends: ghc-paths
main-is: Main.hs
- hs-source-dirs: src
+ hs-source-dirs: src, driver
ghc-options: -funbox-strict-fields -O2 -Wall -fwarn-tabs
other-modules:
+ Documentation.Haddock
+ Haddock
Haddock.Interface
Haddock.Interface.Rename
Haddock.Interface.Create
@@ -157,7 +159,7 @@ library
Documentation.Haddock
other-modules:
- Main
+ Haddock
Haddock.Interface
Haddock.Interface.Rename
Haddock.Interface.Create