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

Roman Cheplyaka roma at ro-che.info
Wed Sep 18 13:22:47 UTC 2013


This may be not a typo, but rather a reference to the IO type from the
System.IO module.

* slyich at gmail.com <slyich at gmail.com> [2013-09-18 16:07:03+0300]
> From: Sergei Trofimovich <slyfox at gentoo.org>
> 
> Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
> ---
>  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 at haskell.org
> http://www.haskell.org/mailman/listinfo/ghc-devs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20130918/f4783f68/attachment-0001.pgp>


More information about the ghc-devs mailing list