Repository : ssh://[email protected]/binary On branch : ghc-head Link : http://git.haskell.org/?p=packages/binary.git;a=commit;h=27cc0ce3ce72b0bf188f06e60568ee416adb31de
>--------------------------------------------------------------- commit 27cc0ce3ce72b0bf188f06e60568ee416adb31de Author: Daniel Díaz <[email protected]> Date: Tue Apr 16 21:28:14 2013 -0300 Fixed a typo. >--------------------------------------------------------------- 27cc0ce3ce72b0bf188f06e60568ee416adb31de README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9592c05..d33e42f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The ``binary`` package provides Data.Binary, containing the Binary class, and associated methods, for serialising values to and from lazy ByteStrings. A key feature of ``binary`` is that the interface is both pure, and efficient. -The 'binary' package is portable to GHC and Hugs. +The ``binary`` package is portable to GHC and Hugs. ## Building binary ## _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
