[commit: packages/bytestring] master: Improve the author credits (87aa6ee)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:43:15 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/87aa6ee7f5ad07944295dff4e746a88ec2a44b96

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

commit 87aa6ee7f5ad07944295dff4e746a88ec2a44b96
Author: Duncan Coutts <duncan at community.haskell.org>
Date:   Sun Nov 9 22:05:52 2014 +0000

    Improve the author credits
    
    The fusion system was never actually used.
    Credit Simon Meier for the builder stuff.


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

87aa6ee7f5ad07944295dff4e746a88ec2a44b96
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index f329a8e..b1e7948 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,6 @@ cabal test
 `ByteString` was derived from the GHC `PackedString` library,
 originally written by Bryan O'Sullivan, and then by Simon Marlow.
 It was adapted and greatly extended for darcs by David Roundy and
-others. Don Stewart cleaned up and further extended the implementation.
-Duncan Coutts wrote much of the `.Lazy` code. Don, Duncan and Roman
-Leshchinskiy wrote the fusion system.
+others. Don Stewart and Duncan Coutts cleaned up and further extended
+the implementation and added the `.Lazy` code. Simon Meier contributed
+the `Builder` feature.



More information about the ghc-commits mailing list