recursion-ninja pushed to branch wip/TTG-No-Orphans at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Types/InlinePragma.hs
    ... ... @@ -596,7 +596,7 @@ module can import 'GhcPass' without causing an import cycle.
    596 596
     │               │ Needs to access GhcPass for instance:
    
    597 597
     │               │ Outputable (InlinePragma (GhcPass p))
    
    598 598
     │               ▼
    
    599
    -│       GHC.Hs.Extension.GhcPass
    
    599
    +│       GHC.Hs.Extension.Pass
    
    600 600
     │               │
    
    601 601
     │               │ For GenLocated, SrcSpan, unLoc
    
    602 602
     │               ▼