[commit: haddock] ghc-head, ghc-head1, ie_avails, wip/T14529, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13, wip/ttg6-unrevert-2017-11-22: Revert "Drop Avails from export list" (29a3d0d)

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


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

On branches: ghc-head,ghc-head1,ie_avails,wip/T14529,wip/revert-ttg-2017-11-20,wip/ttg-2017-10-13,wip/ttg-2017-10-31,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13,wip/ttg6-unrevert-2017-11-22
Link       : http://git.haskell.org/haddock.git/commitdiff/29a3d0da42cd69cc9f8ea635ca356fefddae0b83

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

commit 29a3d0da42cd69cc9f8ea635ca356fefddae0b83
Author: alexbiehl <alex.biehl at gmail.com>
Date:   Tue Aug 22 08:45:17 2017 +0200

    Revert "Drop Avails from export list"
    
    This reverts commit a850ba86d88a4fb9c0bd175453a2580e544e3def.


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

29a3d0da42cd69cc9f8ea635ca356fefddae0b83
 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 e8109e2..292680a 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 . fst . unzip) mayExports
+      exports0 = fmap (reverse . map unLoc) mayExports
       exports
         | OptIgnoreExports `elem` opts = Nothing
         | otherwise = exports0



More information about the ghc-commits mailing list