diff options
author | alexbiehl <alex.biehl@gmail.com> | 2017-08-22 08:45:17 +0200 |
---|---|---|
committer | alexbiehl <alex.biehl@gmail.com> | 2017-08-22 08:45:17 +0200 |
commit | 29a3d0da42cd69cc9f8ea635ca356fefddae0b83 (patch) | |
tree | 750d8aacd57cedd2b5a6a1f2071fc67a8fb6b4d5 | |
parent | bf579bc48c8e38f992e256f8d6a2a7c68fa37c11 (diff) |
Revert "Drop Avails from export list"
This reverts commit a850ba86d88a4fb9c0bd175453a2580e544e3def.
-rw-r--r-- | haddock-api/src/Haddock/Interface/Create.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock/Interface/Create.hs b/haddock-api/src/Haddock/Interface/Create.hs index e8109e27..292680a7 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 |