[commit: haddock] master: Unexpose hyperlinker modules in Cabal configuration. (fe22eda)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:41:48 UTC 2015


Repository : ssh://git@git.haskell.org/haddock

On branch  : master
Link       : http://git.haskell.org/haddock.git/commitdiff/fe22edadb6071e0b8e83c2ddff21d28bbe922a68

>---------------------------------------------------------------

commit fe22edadb6071e0b8e83c2ddff21d28bbe922a68
Author: Łukasz Hanuszczak <lukasz.hanuszczak at gmail.com>
Date:   Tue Jun 30 22:00:14 2015 +0200

    Unexpose hyperlinker modules in Cabal configuration.


>---------------------------------------------------------------

fe22edadb6071e0b8e83c2ddff21d28bbe922a68
 haddock-api/haddock-api.cabal | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 7670f88..23c4497 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



More information about the ghc-commits mailing list