From: Simon Marlow Date: Tue, 30 Mar 2010 12:11:37 +0000 (+0000) Subject: fix the deprecation message (GHC.IO.Handle.Base -> GHC.IO.Handle) X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=58aeab0cc7057d5bc6ef0a14e519d863f577d700;p=ghc-base.git fix the deprecation message (GHC.IO.Handle.Base -> GHC.IO.Handle) --- diff --git a/GHC/Handle.hs b/GHC/Handle.hs index 5d231ea..e99c40a 100644 --- a/GHC/Handle.hs +++ b/GHC/Handle.hs @@ -15,7 +15,7 @@ -- #hide -module GHC.Handle {-# DEPRECATED "use GHC.IO.Handle.Base instead" #-} ( +module GHC.Handle {-# DEPRECATED "use GHC.IO.Handle instead" #-} ( withHandle, withHandle', withHandle_, wantWritableHandle, wantReadableHandle, wantSeekableHandle,