Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haddock
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Glasgow Haskell Compiler
haddock
Commits
c90796ed
Commit
c90796ed
authored
10 years ago
by
Mateusz Kowalczyk
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Track changes for module reexports."
This reverts commit
b99b57c0
.
parent
13d022e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
5 merge requests
!38
Make --no-tmp-comp-dir the default
,
!37
Adapt to latest xhtml version, various optimizations
,
!31
Support HsToken in DataDecl and ClassDecl
,
!12
Drop orphan instance when defined upstream.
,
!10
Haddock interfaces produced from `.hi` files
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Haddock/Interface/Create.hs
+2
-3
2 additions, 3 deletions
src/Haddock/Interface/Create.hs
with
2 additions
and
3 deletions
src/Haddock/Interface/Create.hs
+
2
−
3
View file @
c90796ed
...
...
@@ -45,7 +45,6 @@ import Bag
import
RdrName
import
TcRnTypes
import
FastString
(
concatFS
)
import
UniqFM
-- | Use a 'TypecheckedModule' to produce an 'Interface'.
...
...
@@ -171,9 +170,9 @@ lookupModuleDyn _ (Just pkgId) mdlName =
Module
.
mkModule
pkgId
mdlName
lookupModuleDyn
dflags
Nothing
mdlName
=
flip
Module
.
mkModule
mdlName
$
case
filter
Packages
.
modConfExposed
.
eltsUFM
$
case
filter
snd
$
Packages
.
lookupModuleInAllPackages
dflags
mdlName
of
m
:
_
->
Packages
.
packageConfigId
(
Packages
.
modConfPkg
m
)
(
pkgId
,
_
)
:
_
->
Packages
.
packageConfigId
pkgId
[]
->
Module
.
mainPackageKey
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment