[PATCH 1/2] System.IO.Unsafe: fix doc typo: 'System.IO.IO' to 'System.IO'
slyich at gmail.com
slyich at gmail.com
Wed Sep 18 13:07:03 UTC 2013
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
More information about the ghc-devs
mailing list