Repository : ssh://[email protected]/binary On branch : ghc-head Link : http://git.haskell.org/?p=packages/binary.git;a=commit;h=775d9f4fbcdd956221683081110c98f1589602b2
>--------------------------------------------------------------- commit 775d9f4fbcdd956221683081110c98f1589602b2 Author: Daniel Díaz <[email protected]> Date: Tue Apr 16 21:11:44 2013 -0300 Added .md extension to README file >--------------------------------------------------------------- 775d9f4fbcdd956221683081110c98f1589602b2 README => README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README.md similarity index 93% rename from README rename to README.md index d48586f..cd9c2e6 100644 --- a/README +++ b/README.md @@ -1,8 +1,8 @@ - binary: efficient, pure binary serialisation using lazy ByteStrings ------------------------------------------------------------------------- +binary: efficient, pure binary serialisation using lazy ByteStrings +------------------------------------------------------------------- -The 'binary' package provides Data.Binary, containing the Binary class, +The ``binary`` package provides Data.Binary, containing the Binary class, and associated methods, for serialising values to and from lazy ByteStrings. _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
