aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorŁukasz Hanuszczak <lukasz.hanuszczak@gmail.com>2015-07-06 16:39:57 +0200
committerŁukasz Hanuszczak <lukasz.hanuszczak@gmail.com>2015-07-06 16:39:57 +0200
commitfcaa46b054fc3b5a5535a748d3c3283629e3eadf (patch)
tree59d30ad580d9aad041dc2a044450c63d16c97eeb /haddock.cabal
parent5927bfd4737532e7f1282672a96c2a2cb83c847f (diff)
Extract main hyperlinker types to separate module.
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 2a1caee7..8fa9f33d 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -104,6 +104,11 @@ executable haddock
Haddock.Backends.HaddockDB
Haddock.Backends.Hoogle
Haddock.Backends.Hyperlinker
+ Haddock.Backends.Hyperlinker.Ast
+ Haddock.Backends.Hyperlinker.Parser
+ Haddock.Backends.Hyperlinker.Renderer
+ Haddock.Backends.Hyperlinker.Types
+ Haddock.Backends.Hyperlinker.Utils
Haddock.ModuleTree
Haddock.Types
Haddock.Doc