[commit: packages/bytestring] ghc-head: Fix formatting typo in package description (388303c)
git at git.haskell.org
git
Thu Oct 10 08:56:13 UTC 2013
Repository : ssh://git at git.haskell.org/bytestring
On branch : ghc-head
Link : http://git.haskell.org/packages/bytestring.git/commitdiff/388303c85c04588d7487a19cf4dfc13e32b2ddfd
>---------------------------------------------------------------
commit 388303c85c04588d7487a19cf4dfc13e32b2ddfd
Author: Duncan Coutts <duncan at community.haskell.org>
Date: Sat Oct 5 16:27:25 2013 +0100
Fix formatting typo in package description
>---------------------------------------------------------------
388303c85c04588d7487a19cf4dfc13e32b2ddfd
bytestring.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bytestring.cabal b/bytestring.cabal
index de30f6a..f8e36b9 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -7,7 +7,7 @@ Description:
.
The 'ByteString' type represents sequences of bytes or 8-bit characters.
It is suitable for high performance use, both in terms of large data
- quantities, or high speed requirements. The 'ByteStrin'g functions follow
+ quantities, or high speed requirements. The 'ByteString' functions follow
the same style as Haskell\'s ordinary lists, so it is easy to convert code
from using 'String' to 'ByteString'.
.
More information about the ghc-commits
mailing list