aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/haddock-api.cabal
diff options
context:
space:
mode:
authorŁukasz Hanuszczak <lukasz.hanuszczak@gmail.com>2015-06-30 22:00:14 +0200
committerŁukasz Hanuszczak <lukasz.hanuszczak@gmail.com>2015-06-30 22:37:50 +0200
commitfe22edadb6071e0b8e83c2ddff21d28bbe922a68 (patch)
tree66536b7cc6e95d894b88951e578c44cc72149566 /haddock-api/haddock-api.cabal
parent6bebd572bc673d10ed68096f935cdc5a9d1839b5 (diff)
Unexpose hyperlinker modules in Cabal configuration.
Diffstat (limited to 'haddock-api/haddock-api.cabal')
-rw-r--r--haddock-api/haddock-api.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 7670f888..23c4497a 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -59,9 +59,6 @@ library
exposed-modules:
Documentation.Haddock
- Haddock.Backends.Hyperlinker.Parser
- Haddock.Backends.Hyperlinker.Renderer
- Haddock.Backends.Hyperlinker.Ast
other-modules:
Haddock
@@ -85,6 +82,9 @@ library
Haddock.Backends.HaddockDB
Haddock.Backends.Hoogle
Haddock.Backends.Hyperlinker
+ Haddock.Backends.Hyperlinker.Ast
+ Haddock.Backends.Hyperlinker.Parser
+ Haddock.Backends.Hyperlinker.Renderer
Haddock.Backends.Hyperlinker.Utils
Haddock.ModuleTree
Haddock.Types