Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit e3926b5

Browse files
committed
Match XFieldOcc rename in GHC
Trac #15386
1 parent f50684f commit e3926b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haddock-api/src/Haddock/Types.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ type instance XUserTyVar DocNameI = NoExt
693693
type instance XKindedTyVar DocNameI = NoExt
694694
type instance XXTyVarBndr DocNameI = NoExt
695695

696-
type instance XFieldOcc DocNameI = DocName
696+
type instance XCFieldOcc DocNameI = DocName
697697
type instance XXFieldOcc DocNameI = NoExt
698698

699699
type instance XFixitySig DocNameI = NoExt

0 commit comments

Comments
 (0)