Simon Peyton Jones pushed to branch wip/T20264 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Hs/Type.hs
    ... ... @@ -117,7 +117,6 @@ import GHC.Core.Ppr ( pprOccWithTick)
    117 117
     import GHC.Core.Type
    
    118 118
     import GHC.Core.Multiplicity( pprArrowWithMultiplicity )
    
    119 119
     import GHC.Hs.Doc
    
    120
    -import GHC.Hs.Lit (pprHsStringLit)
    
    121 120
     import GHC.Generics (Generic, Generically(..))
    
    122 121
     import GHC.Types.Basic
    
    123 122
     import GHC.Types.SrcLoc