fix the deprecation message (GHC.IO.Handle.Base -> GHC.IO.Handle)
authorSimon Marlow <marlowsd@gmail.com>
Tue, 30 Mar 2010 12:11:37 +0000 (12:11 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 30 Mar 2010 12:11:37 +0000 (12:11 +0000)
GHC/Handle.hs

index 5d231ea..e99c40a 100644 (file)
@@ -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,