aboutsummaryrefslogtreecommitdiff
path: root/html-test/Main.hs
diff options
context:
space:
mode:
authorAlexis King <lexi.lambda@gmail.com>2019-09-30 20:12:42 -0500
committerAlec Theriault <alec.theriault@gmail.com>2019-09-30 21:12:42 -0400
commit9bbcd3859c9ea08b75e6964490e75236f4a73454 (patch)
tree7014ac1e5c78b0995f200bf249a7b50efead76a8 /html-test/Main.hs
parent395205c0d86efd006bc8ccde7ddeb425dffe2e9e (diff)
Fix the ignore-exports option (#1082)
The `ignore-exports` option has been broken since #688, as mentioned in https://github.com/haskell/haddock/pull/766#issue-172505043. This PR fixes it.
Diffstat (limited to 'html-test/Main.hs')
-rwxr-xr-xhtml-test/Main.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/html-test/Main.hs b/html-test/Main.hs
index 26eefe4a..36e56d9a 100755
--- a/html-test/Main.hs
+++ b/html-test/Main.hs
@@ -54,12 +54,6 @@ ingoredTests =
-- we need a reliable way to deduplicate here.
-- Happens since PR #688.
"B"
-
- -- ignore-exports flag broke with PR #688. We use
- -- the Avails calculated by GHC now. Probably
- -- requires a change to GHC to "ignore" a modules
- -- export list reliably.
- , "IgnoreExports"
]
checkIgnore :: FilePath -> Bool