From: Ross Paterson Date: Fri, 25 Apr 2008 09:52:00 +0000 (+0000) Subject: record libraries@haskell.org as maintainer X-Git-Tag: 2008-05-28~12 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e2723a042968e1e947a038bf472a5aefb121376f;p=ghc-base.git record libraries@haskell.org as maintainer --- diff --git a/Control/Applicative.hs b/Control/Applicative.hs index 20df23d..d289916 100644 --- a/Control/Applicative.hs +++ b/Control/Applicative.hs @@ -4,7 +4,7 @@ -- Copyright : Conor McBride and Ross Paterson 2005 -- License : BSD-style (see the LICENSE file in the distribution) -- --- Maintainer : ross@soi.city.ac.uk +-- Maintainer : libraries@haskell.org -- Stability : experimental -- Portability : portable -- diff --git a/Control/Arrow.hs b/Control/Arrow.hs index ebc8249..0837d6b 100644 --- a/Control/Arrow.hs +++ b/Control/Arrow.hs @@ -4,7 +4,7 @@ -- Copyright : (c) Ross Paterson 2002 -- License : BSD-style (see the LICENSE file in the distribution) -- --- Maintainer : ross@soi.city.ac.uk +-- Maintainer : libraries@haskell.org -- Stability : experimental -- Portability : portable -- diff --git a/Data/Foldable.hs b/Data/Foldable.hs index 97880ba..f2baddf 100644 --- a/Data/Foldable.hs +++ b/Data/Foldable.hs @@ -4,7 +4,7 @@ -- Copyright : Ross Paterson 2005 -- License : BSD-style (see the LICENSE file in the distribution) -- --- Maintainer : ross@soi.city.ac.uk +-- Maintainer : libraries@haskell.org -- Stability : experimental -- Portability : portable -- diff --git a/Data/Traversable.hs b/Data/Traversable.hs index 841e278..cafd757 100644 --- a/Data/Traversable.hs +++ b/Data/Traversable.hs @@ -4,7 +4,7 @@ -- Copyright : Conor McBride and Ross Paterson 2005 -- License : BSD-style (see the LICENSE file in the distribution) -- --- Maintainer : ross@soi.city.ac.uk +-- Maintainer : libraries@haskell.org -- Stability : experimental -- Portability : portable --