[commit: haddock] master: Make parser module export all types and associated accessors. (7b60788)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:39:55 UTC 2015
Repository : ssh://git@git.haskell.org/haddock
On branch : master
Link : http://git.haskell.org/haddock.git/commitdiff/7b607883d0cea7a795275a2484a33bd89a3b4fc6
>---------------------------------------------------------------
commit 7b607883d0cea7a795275a2484a33bd89a3b4fc6
Author: Łukasz Hanuszczak <lukasz.hanuszczak at gmail.com>
Date: Fri Jun 5 11:56:01 2015 +0200
Make parser module export all types and associated accessors.
>---------------------------------------------------------------
7b607883d0cea7a795275a2484a33bd89a3b4fc6
haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs b/haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs
index 4130ab6..7a162f6 100644
--- a/haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs
+++ b/haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs
@@ -1,8 +1,7 @@
module Haddock.Backends.Hyperlinker.Parser
( parse
- , tkType, tkValue, tkSpan
- , posRow, posCol
- , spStart, spEnd
+ , Token(..), TokenType(..)
+ , Position(..), Span(..)
) where
import Data.Char
More information about the ghc-commits
mailing list