[Git][ghc/ghc][wip/compact-iface] Remove redundant import
Matthew Pickering
gitlab at gitlab.haskell.org
Wed Mar 25 07:42:15 UTC 2020
Matthew Pickering pushed to branch wip/compact-iface at Glasgow Haskell Compiler / GHC
Commits:
89ef70db by Matthew Pickering at 2020-03-25T07:42:07+00:00
Remove redundant import
- - - - -
1 changed file:
- compiler/utils/FastString.hs
Changes:
=====================================
compiler/utils/FastString.hs
=====================================
@@ -113,7 +113,6 @@ import Data.ByteString (ByteString)
import Data.ByteString.Short (ShortByteString)
import qualified Data.ByteString as BS
import qualified Data.ByteString.Char8 as BSC
-import qualified Data.ByteString.Unsafe as BS
import qualified Data.ByteString.Short as SBS
import qualified Data.ByteString.Short.Internal as SBS
import Data.ByteString.Internal (c2w)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/89ef70dba19ab2ddfac635247fb1b5aa70919f9d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/89ef70dba19ab2ddfac635247fb1b5aa70919f9d
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/20200325/78765dcd/attachment.html>
More information about the ghc-commits
mailing list