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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
Alexis King
haddock
Commits
e057bfc8
Commit
e057bfc8
authored
4 years ago
by
John Ericson
Committed by
sheaf
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix CollectPass instance to match TTG refactor
Companion to GHC !7614 (
ghc/ghc!7614
)
parent
5d143619
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
haddock-api/src/Haddock/Types.hs
+3
-1
3 additions, 1 deletion
haddock-api/src/Haddock/Types.hs
with
3 additions
and
1 deletion
haddock-api/src/Haddock/Types.hs
+
3
−
1
View file @
e057bfc8
...
...
@@ -319,7 +319,8 @@ type instance NoGhcTc DocNameI = DocNameI
type
instance
IdP
DocNameI
=
DocName
instance
CollectPass
DocNameI
where
collectXXPat
_
_
ext
=
dataConCantHappen
ext
collectXXPat
_
ext
=
dataConCantHappen
ext
collectXXHsBindsLR
ext
=
dataConCantHappen
ext
instance
NamedThing
DocName
where
getName
(
Documented
name
_
)
=
name
...
...
@@ -828,6 +829,7 @@ type instance XConDeclField DocNameI = NoExtField
type
instance
XXConDeclField
DocNameI
=
DataConCantHappen
type
instance
XXPat
DocNameI
=
DataConCantHappen
type
instance
XXHsBindsLR
DocNameI
a
=
DataConCantHappen
type
instance
XCInjectivityAnn
DocNameI
=
NoExtField
...
...
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