[commit: packages/binary] ghc-head: Added .md extension to README file (775d9f4)
git at git.haskell.org
git at git.haskell.org
Fri Aug 30 15:20:31 CEST 2013
Repository : ssh://git@git.haskell.org/binary
On branch : ghc-head
Link : http://git.haskell.org/?p=packages/binary.git;a=commit;h=775d9f4fbcdd956221683081110c98f1589602b2
>---------------------------------------------------------------
commit 775d9f4fbcdd956221683081110c98f1589602b2
Author: Daniel Díaz <dhelta.diaz at gmail.com>
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.
More information about the ghc-commits
mailing list