[Git][ghc/ghc][wip/keepAlive-the-return-of-the-primop] Fix
Ben Gamari
gitlab at gitlab.haskell.org
Mon Oct 26 21:05:20 UTC 2020
Ben Gamari pushed to branch wip/keepAlive-the-return-of-the-primop at Glasgow Haskell Compiler / GHC
Commits:
435a4b08 by Ben Gamari at 2020-10-26T17:05:10-04:00
Fix
- - - - -
1 changed file:
- libraries/base/GHC/ForeignPtr/Ops.hs
Changes:
=====================================
libraries/base/GHC/ForeignPtr/Ops.hs
=====================================
@@ -51,9 +51,7 @@ module GHC.ForeignPtr.Ops
import GHC.Word
import GHC.Int
import GHC.Base
-import GHC.Prim
import GHC.ForeignPtr
-import GHC.Magic
peekWord8ForeignPtr :: ForeignPtr ty -> Int -> IO Word8
peekWord8ForeignPtr (ForeignPtr addr c) (I# d) = IO $ \s0 ->
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/435a4b0898db0df3359d2b962c8da735eae48dc9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/435a4b0898db0df3359d2b962c8da735eae48dc9
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/20201026/9b92f0b7/attachment.html>
More information about the ghc-commits
mailing list