Repository : ssh://darcs.haskell.org//srv/darcs/packages/bytestring

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/763f8965e9cc6ac657a31d074c472d13bc0dfbd0

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

commit 763f8965e9cc6ac657a31d074c472d13bc0dfbd0
Author: Duncan Coutts <[email protected]>
Date:   Mon Nov 7 11:36:10 2011 +0000

    Update module metadata and copyright info

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

 Data/ByteString.hs               |   14 +++++++-------
 Data/ByteString/Char8.hs         |    5 +++--
 Data/ByteString/Internal.hs      |    8 +++++---
 Data/ByteString/Lazy.hs          |    8 ++++----
 Data/ByteString/Lazy/Char8.hs    |    9 +++++----
 Data/ByteString/Lazy/Internal.hs |    8 +++++---
 Data/ByteString/Unsafe.hs        |    8 +++++---
 7 files changed, 34 insertions(+), 26 deletions(-)

diff --git a/Data/ByteString.hs b/Data/ByteString.hs
index 23dceaf..627ddae 100644
--- a/Data/ByteString.hs
+++ b/Data/ByteString.hs
@@ -12,14 +12,14 @@
 -- Module      : Data.ByteString
 -- Copyright   : (c) The University of Glasgow 2001,
 --               (c) David Roundy 2003-2005,
---               (c) Simon Marlow 2005
---               (c) Bjorn Bringert 2006
---               (c) Don Stewart 2005-2008

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

+--               (c) Simon Marlow 2005,
+--               (c) Bjorn Bringert 2006,
+--               (c) Don Stewart 2005-2008,
+--               (c) Duncan Coutts 2006-2011
 -- License     : BSD-style
 --
--- Maintainer  : [email protected]
--- Stability   : experimental
+-- Maintainer  : [email protected], [email protected]
+-- Stability   : stable
 -- Portability : portable
 -- 
 -- A time and space-efficient implementation of byte vectors using
@@ -36,7 +36,7 @@
 -- Original GHC implementation by Bryan O\'Sullivan.
 -- Rewritten to use 'Data.Array.Unboxed.UArray' by Simon Marlow.
 -- Rewritten to support slices and use 'ForeignPtr' by David Roundy.
--- Polished and extended by Don Stewart.
+-- Rewritten again and extended by Don Stewart and Duncan Coutts.
 --
 
 module Data.ByteString (
diff --git a/Data/ByteString/Char8.hs b/Data/ByteString/Char8.hs
index d13d033..9580cad 100644
--- a/Data/ByteString/Char8.hs
+++ b/Data/ByteString/Char8.hs
@@ -10,10 +10,11 @@
 -- |
 -- Module      : Data.ByteString.Char8
 -- Copyright   : (c) Don Stewart 2006-2008
+--               (c) Duncan Coutts 2006-2011
 -- License     : BSD-style
 --
--- Maintainer  : [email protected]
--- Stability   : experimental
+-- Maintainer  : [email protected], [email protected]
+-- Stability   : stable
 -- Portability : portable
 --
 -- Manipulate 'ByteString's using 'Char' operations. All Chars will be
diff --git a/Data/ByteString/Internal.hs b/Data/ByteString/Internal.hs
index 0552f1d..ffc8d77 100644
--- a/Data/ByteString/Internal.hs
+++ b/Data/ByteString/Internal.hs
@@ -7,10 +7,12 @@
 
 -- |
 -- Module      : Data.ByteString.Internal
+-- Copyright   : (c) Don Stewart 2006-2008
+--               (c) Duncan Coutts 2006-2011
 -- License     : BSD-style
--- Maintainer  : Don Stewart <[email protected]>
--- Stability   : experimental
--- Portability : portable
+-- Maintainer  : [email protected], [email protected]
+-- Stability   : unstable
+-- Portability : non-portable
 --
 -- A module containing semi-public 'ByteString' internals. This exposes the
 -- 'ByteString' representation and low level construction functions. As such
diff --git a/Data/ByteString/Lazy.hs b/Data/ByteString/Lazy.hs
index ab87a7d..df41431 100644
--- a/Data/ByteString/Lazy.hs
+++ b/Data/ByteString/Lazy.hs
@@ -8,11 +8,11 @@
 -- |
 -- Module      : Data.ByteString.Lazy
 -- Copyright   : (c) Don Stewart 2006
---               (c) Duncan Coutts 2006
+--               (c) Duncan Coutts 2006-2011
 -- License     : BSD-style
 --
--- Maintainer  : [email protected]
--- Stability   : experimental
+-- Maintainer  : [email protected], [email protected]
+-- Stability   : stable
 -- Portability : portable
 -- 
 -- A time and space-efficient implementation of lazy byte vectors
@@ -42,7 +42,7 @@
 -- Rewritten to use 'Data.Array.Unboxed.UArray' by Simon Marlow.
 -- Rewritten to support slices and use 'Foreign.ForeignPtr.ForeignPtr'
 -- by David Roundy.
--- Polished and extended by Don Stewart.
+-- Rewritten again and extended by Don Stewart and Duncan Coutts.
 -- Lazy variant by Duncan Coutts and Don Stewart.
 --
 
diff --git a/Data/ByteString/Lazy/Char8.hs b/Data/ByteString/Lazy/Char8.hs
index bd4b3a0..6720649 100644
--- a/Data/ByteString/Lazy/Char8.hs
+++ b/Data/ByteString/Lazy/Char8.hs
@@ -6,12 +6,13 @@
 
 -- |
 -- Module      : Data.ByteString.Lazy.Char8
--- Copyright   : (c) Don Stewart 2006
+-- Copyright   : (c) Don Stewart 2006-2008
+--               (c) Duncan Coutts 2006-2011
 -- License     : BSD-style
 --
--- Maintainer  : [email protected]
--- Stability   : experimental
--- Portability : non-portable (imports Data.ByteString.Lazy)
+-- Maintainer  : [email protected], [email protected]
+-- Stability   : stable
+-- Portability : portable
 --
 -- Manipulate /lazy/ 'ByteString's using 'Char' operations. All Chars will
 -- be truncated to 8 bits. It can be expected that these functions will
diff --git a/Data/ByteString/Lazy/Internal.hs b/Data/ByteString/Lazy/Internal.hs
index 18f20b2..5b9e5fb 100644
--- a/Data/ByteString/Lazy/Internal.hs
+++ b/Data/ByteString/Lazy/Internal.hs
@@ -6,10 +6,12 @@
 
 -- |
 -- Module      : Data.ByteString.Lazy.Internal
+-- Copyright   : (c) Don Stewart 2006-2008
+--               (c) Duncan Coutts 2006-2011
 -- License     : BSD-style
--- Maintainer  : [email protected], [email protected]
--- Stability   : experimental
--- Portability : portable
+-- Maintainer  : [email protected], [email protected]
+-- Stability   : unstable
+-- Portability : non-portable
 -- 
 -- A module containing semi-public 'ByteString' internals. This exposes
 -- the 'ByteString' representation and low level construction functions.
diff --git a/Data/ByteString/Unsafe.hs b/Data/ByteString/Unsafe.hs
index f322f91..cf091a6 100644
--- a/Data/ByteString/Unsafe.hs
+++ b/Data/ByteString/Unsafe.hs
@@ -5,10 +5,12 @@
 
 -- |
 -- Module      : Data.ByteString.Unsafe
+-- Copyright   : (c) Don Stewart 2006-2008
+--               (c) Duncan Coutts 2006-2011
 -- License     : BSD-style
--- Maintainer  : [email protected], [email protected]
--- Stability   : experimental
--- Portability : portable
+-- Maintainer  : [email protected], [email protected]
+-- Stability   : provisional
+-- Portability : non-portable
 --
 -- A module containing unsafe 'ByteString' operations.
 --



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to