diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-05-24 12:42:05 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-05-24 12:42:05 +0000 |
commit | 01ca9e2a513112fd3ba7a62005eb45bc92b61d77 (patch) | |
tree | cfd6d342820f083605d258b709891782971d385b /testsuite/tests/ghc-regress/lib | |
parent | 335bc711febb37863ee33737a3a13ecbbb128d09 (diff) | |
download | haskell-01ca9e2a513112fd3ba7a62005eb45bc92b61d77.tar.gz |
hGetBufSome comes from System.IO now.
Diffstat (limited to 'testsuite/tests/ghc-regress/lib')
-rw-r--r-- | testsuite/tests/ghc-regress/lib/IO/hGetBuf001.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/lib/IO/hGetBuf001.hs b/testsuite/tests/ghc-regress/lib/IO/hGetBuf001.hs index 365081ca58..eea599ea74 100644 --- a/testsuite/tests/ghc-regress/lib/IO/hGetBuf001.hs +++ b/testsuite/tests/ghc-regress/lib/IO/hGetBuf001.hs @@ -8,7 +8,6 @@ import Foreign.C import System.Exit import Control.Exception import Control.Monad -import GHC.IO.Handle.Text (hGetBufSome) main = do |