From e2723a042968e1e947a038bf472a5aefb121376f Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Fri, 25 Apr 2008 09:52:00 +0000 Subject: [PATCH] record libraries@haskell.org as maintainer --- Control/Applicative.hs | 2 +- Control/Arrow.hs | 2 +- Data/Foldable.hs | 2 +- Data/Traversable.hs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 -- -- 1.7.10.4