diff options
author | Alex Biehl <alexbiehl@gmail.com> | 2017-07-03 19:43:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-03 19:43:04 +0200 |
commit | a330da5297106ff214cbb5e74965d9d1ef9dab7b (patch) | |
tree | 91a27b0a2de35d4082a7c9c2fc23e950bed05c82 /haddock-api/src/Haddock | |
parent | 901b327f46dc4bd70cd310ae2c6339aa9ce572bb (diff) |
Document record fields when DuplicateRecordFields is enabled (#649)
Diffstat (limited to 'haddock-api/src/Haddock')
-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 9227c378..b9179d11 100644 --- a/haddock-api/src/Haddock/Interface/Create.hs +++ b/haddock-api/src/Haddock/Interface/Create.hs @@ -79,7 +79,7 @@ createInterface tm flags modMap instIfaceMap = do dflags = ms_hspp_opts ms !instances = modInfoInstances mi !fam_instances = md_fam_insts md - !exportedNames = modInfoExports mi + !exportedNames = modInfoExportsWithSelectors mi (TcGblEnv { tcg_rdr_env = gre , tcg_warns = warnings |