aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <unknown>2007-08-17 14:53:04 +0000
committerDavid Waern <unknown>2007-08-17 14:53:04 +0000
commitbedd431c75f7660655347d9210dc5043b83232e1 (patch)
treed2089de29fb5b783cf5c3e9c4b055bc891afffcd /haddock.cabal
parent93d806105dd027f4d31a76e2bd2410001fe10b29 (diff)
Factor out typechecking phase into Haddock.Typecheck
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 87881708..8a8496b5 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -94,4 +94,5 @@ other-modules:
Haddock.InterfaceFile
Haddock.Exception
Haddock.Options
+ Haddock.Typecheck
Main