[commit: bytestring] master: Use explicit import list for GHC.IO to avoid build failure (cab9d85)

Max Bolingbroke batterseapower at hotmail.com
Sun May 15 00:23:34 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/packages/bytestring

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/cab9d8566fba8611598f14fb4f2ac7b8d4aae75b

>---------------------------------------------------------------

commit cab9d8566fba8611598f14fb4f2ac7b8d4aae75b
Author: Max Bolingbroke <atterseapower at hotmail.com>
Date:   Sat May 14 22:17:55 2011 +0000

    Use explicit import list for GHC.IO to avoid build failure

>---------------------------------------------------------------

 Data/ByteString.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Data/ByteString.hs b/Data/ByteString.hs
index 42b0238..dabde59 100644
--- a/Data/ByteString.hs
+++ b/Data/ByteString.hs
@@ -270,7 +270,7 @@ import GHC.IO.Handle.Internals
 import GHC.IO.Handle.Types
 import GHC.IO.Buffer
 import GHC.IO.BufferedIO as Buffered
-import GHC.IO hiding (finally)
+import GHC.IO                   (stToIO, unsafePerformIO)
 import Data.Char                (ord)
 import Foreign.Marshal.Utils    (copyBytes)
 #else





More information about the Cvs-libraries mailing list