[Git][ghc/ghc][wip/semigroup-sdoc] redundant import

Vladislav Zavialov gitlab at gitlab.haskell.org
Mon Apr 13 14:02:25 UTC 2020



Vladislav Zavialov pushed to branch wip/semigroup-sdoc at Glasgow Haskell Compiler / GHC


Commits:
f572e760 by Vladislav Zavialov at 2020-04-13T17:02:16+03:00
redundant import

- - - - -


1 changed file:

- compiler/GHC/Runtime/Linker/Types.hs


Changes:

=====================================
compiler/GHC/Runtime/Linker/Types.hs
=====================================
@@ -15,7 +15,7 @@ module GHC.Runtime.Linker.Types (
       SptEntry(..)
     ) where
 
-import GhcPrelude              ( FilePath, String, show, (<>) )
+import GhcPrelude              ( FilePath, String, show )
 import Data.Time               ( UTCTime )
 import Data.Maybe              ( Maybe )
 import Control.Concurrent.MVar ( MVar )



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f572e760a3dadb67cbc3b653c166c12bffb0db9f

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f572e760a3dadb67cbc3b653c166c12bffb0db9f
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200413/74d21f55/attachment.html>


More information about the ghc-commits mailing list