[commit: haddock] ie_avails: Ignore IEs Avails for now (7e72631)

git at git.haskell.org git at git.haskell.org
Tue Nov 28 11:54:17 UTC 2017


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

On branch  : ie_avails
Link       : http://git.haskell.org/haddock.git/commitdiff/7e72631f6892c9978189c953bbd45eff02eb46f6

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

commit 7e72631f6892c9978189c953bbd45eff02eb46f6
Author: Alexander Biehl <abiehl at novomind.com>
Date:   Thu Aug 24 15:20:07 2017 +0200

    Ignore IEs Avails for now


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

7e72631f6892c9978189c953bbd45eff02eb46f6
 haddock-api/src/Haddock/Interface/Create.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haddock-api/src/Haddock/Interface/Create.hs b/haddock-api/src/Haddock/Interface/Create.hs
index 292680a..7f55bb3 100644
--- a/haddock-api/src/Haddock/Interface/Create.hs
+++ b/haddock-api/src/Haddock/Interface/Create.hs
@@ -105,7 +105,7 @@ createInterface tm flags modMap instIfaceMap = do
 
   let declsWithDocs = topDecls group_
 
-      exports0 = fmap (reverse . map unLoc) mayExports
+      exports0 = fmap (reverse . map unLoc . fmap fst) mayExports
       exports
         | OptIgnoreExports `elem` opts = Nothing
         | otherwise = exports0



More information about the ghc-commits mailing list