[commit: haddock] master: Add record accessors to exports of hyperlinker parser module. (c7ecc59)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:39:59 UTC 2015


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

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

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

commit c7ecc590090d7f1a4ce8e6d0233c41350202a4bd
Author: Łukasz Hanuszczak <lukasz.hanuszczak at gmail.com>
Date:   Fri Jun 5 00:16:15 2015 +0200

    Add record accessors to exports of hyperlinker parser module.


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

c7ecc590090d7f1a4ce8e6d0233c41350202a4bd
 haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs b/haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs
index 53ff1f6..4130ab6 100644
--- a/haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs
+++ b/haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs
@@ -1,4 +1,9 @@
-module Haddock.Backends.Hyperlinker.Parser (parse) where
+module Haddock.Backends.Hyperlinker.Parser
+    ( parse
+    , tkType, tkValue, tkSpan
+    , posRow, posCol
+    , spStart, spEnd
+    ) where
 
 import Data.Char
 import Data.List



More information about the ghc-commits mailing list