X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FConcurrent.hs;h=a09c06f0c21a25751e79121fbc06665292f3fbab;hb=d2063b5b0be014545b21819172c87756efcb0b0c;hp=096f22602ea07363760a20bf6759449fd1247219;hpb=f473a3b8817dce18cfb0c43c15795cdf559c6b7e;p=ghc-base.git diff --git a/Foreign/Concurrent.hs b/Foreign/Concurrent.hs index 096f226..a09c06f 100644 --- a/Foreign/Concurrent.hs +++ b/Foreign/Concurrent.hs @@ -28,7 +28,7 @@ module Foreign.Concurrent ) where #ifdef __GLASGOW_HASKELL__ -import GHC.IOBase ( IO ) +import GHC.IO ( IO ) import GHC.Ptr ( Ptr ) import GHC.ForeignPtr ( ForeignPtr ) import qualified GHC.ForeignPtr