[commit: bytestring] encoding: Use explicit import list for GHC.IO (968b0ed)

Max Bolingbroke batterseapower at hotmail.com
Wed Apr 6 16:36:49 CEST 2011


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

On branch  : encoding

http://hackage.haskell.org/trac/ghc/changeset/968b0ed59344f394d0abba8cca05182190d9f27b

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

commit 968b0ed59344f394d0abba8cca05182190d9f27b
Author: Max Bolingbroke <batterseapower at hotmail.com>
Date:   Mon Apr 4 20:35:49 2011 +0100

    Use explicit import list for GHC.IO

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

 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