[PATCH 1/2] System.IO.Unsafe: fix doc typo: 'System.IO.IO' to 'System.IO'

2013-09-18 Thread slyich
From: Sergei Trofimovich 

Signed-off-by: Sergei Trofimovich 
---
 System/IO/Unsafe.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/System/IO/Unsafe.hs b/System/IO/Unsafe.hs
index eb6eef6..1971e9f 100644
--- a/System/IO/Unsafe.hs
+++ b/System/IO/Unsafe.hs
@@ -16,7 +16,7 @@
 -
 
 module System.IO.Unsafe (
-   -- * Unsafe 'System.IO.IO' operations
+   -- * Unsafe 'System.IO' operations
unsafePerformIO,
unsafeDupablePerformIO,
unsafeInterleaveIO,
-- 
1.8.3.2

___
ghc-devs mailing list
ghc-devs@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-devs


Re: [PATCH 1/2] System.IO.Unsafe: fix doc typo: 'System.IO.IO' to 'System.IO'

2013-09-18 Thread Roman Cheplyaka
This may be not a typo, but rather a reference to the IO type from the
System.IO module.

* sly...@gmail.com  [2013-09-18 16:07:03+0300]
> From: Sergei Trofimovich 
> 
> Signed-off-by: Sergei Trofimovich 
> ---
>  System/IO/Unsafe.hs | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/System/IO/Unsafe.hs b/System/IO/Unsafe.hs
> index eb6eef6..1971e9f 100644
> --- a/System/IO/Unsafe.hs
> +++ b/System/IO/Unsafe.hs
> @@ -16,7 +16,7 @@
>  -
>  
>  module System.IO.Unsafe (
> -   -- * Unsafe 'System.IO.IO' operations
> +   -- * Unsafe 'System.IO' operations
> unsafePerformIO,
> unsafeDupablePerformIO,
> unsafeInterleaveIO,
> -- 
> 1.8.3.2
> 
> ___
> ghc-devs mailing list
> ghc-devs@haskell.org
> http://www.haskell.org/mailman/listinfo/ghc-devs


signature.asc
Description: Digital signature
___
ghc-devs mailing list
ghc-devs@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-devs


Re: [PATCH 1/2] System.IO.Unsafe: fix doc typo: 'System.IO.IO' to 'System.IO'

2013-09-18 Thread Ross Paterson
On Wed, Sep 18, 2013 at 04:22:47PM +0300, Roman Cheplyaka wrote:
> This may be not a typo, but rather a reference to the IO type from the
> System.IO module.

Yes, if the module were intended it would be in double quotes.
This change will break the link intended for the 'IO' monad.

> * sly...@gmail.com  [2013-09-18 16:07:03+0300]
> > From: Sergei Trofimovich 
> > -   -- * Unsafe 'System.IO.IO' operations
> > +   -- * Unsafe 'System.IO' operations
___
ghc-devs mailing list
ghc-devs@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-devs