[commit: packages/bytestring] master, revert-46-patch-1, wip/nix-local-build: fix Char8.unwords type in module's comment (b697018)

git at git.haskell.org git at git.haskell.org
Tue May 3 22:42:45 UTC 2016


Repository : ssh://git@git.haskell.org/bytestring

On branches: master,revert-46-patch-1,wip/nix-local-build
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/b69701843c2057a82ce4ab6dd5aa807942cf06dd

>---------------------------------------------------------------

commit b69701843c2057a82ce4ab6dd5aa807942cf06dd
Author: Sergei Trofimovich <siarheit at google.com>
Date:   Sun Aug 9 16:40:46 2015 +0100

    fix Char8.unwords type in module's comment
    
    Signed-off-by: Sergei Trofimovich <siarheit at google.com>


>---------------------------------------------------------------

b69701843c2057a82ce4ab6dd5aa807942cf06dd
 Data/ByteString/Char8.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Data/ByteString/Char8.hs b/Data/ByteString/Char8.hs
index 4725bce..30d0207 100644
--- a/Data/ByteString/Char8.hs
+++ b/Data/ByteString/Char8.hs
@@ -135,7 +135,7 @@ module Data.ByteString.Char8 (
         lines,                  -- :: ByteString -> [ByteString]
         words,                  -- :: ByteString -> [ByteString]
         unlines,                -- :: [ByteString] -> ByteString
-        unwords,                -- :: ByteString -> [ByteString]
+        unwords,                -- :: [ByteString] -> ByteString
 
         -- * Predicates
         isPrefixOf,             -- :: ByteString -> ByteString -> Bool



More information about the ghc-commits mailing list