summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-08-19 11:31:15 +0200
committerGabor Greif <ggreif@gmail.com>2013-08-22 22:44:34 +0200
commitcbe3dba89c085f7556fe32126381dac68d93dd8b (patch)
tree9aa14a8cd470153da0b3d0ad90efe38a853fa02f
parent306fce602cdc6a8e342923c5c8b69e0ed2b65a3b (diff)
downloadhaskell-cbe3dba89c085f7556fe32126381dac68d93dd8b.tar.gz
Update email addresses
-rw-r--r--compiler/vectorise/Vectorise/Builtins/Base.hs4
-rw-r--r--libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs2
-rw-r--r--libraries/bin-package-db/bin-package-db.cabal2
-rw-r--r--utils/genprimopcode/Main.hs2
4 files changed, 5 insertions, 5 deletions
diff --git a/compiler/vectorise/Vectorise/Builtins/Base.hs b/compiler/vectorise/Vectorise/Builtins/Base.hs
index 0cb4bbb7fc..bcd85cb100 100644
--- a/compiler/vectorise/Vectorise/Builtins/Base.hs
+++ b/compiler/vectorise/Vectorise/Builtins/Base.hs
@@ -194,7 +194,7 @@ indexBuiltin fn f i bi
text "' is not yet implemented."
, text "This function does not appear in your source program, but it is needed"
, text "to compile your code in the backend. This is a known, current limitation"
- , text "of DPH. If you want it to work, you should send mail to cvs-ghc@haskell.org"
+ , text "of DPH. If you want it to work, you should send mail to ghc-commits@haskell.org"
, text "and ask what you can do to help (it might involve some GHC hacking)."])
where xs = f bi
@@ -213,5 +213,5 @@ lookupEnvBuiltin fn env n
text "' is not yet implemented."
, text "This function does not appear in your source program, but it is needed"
, text "to compile your code in the backend. This is a known, current limitation"
- , text "of DPH. If you want it to work, you should send mail to cvs-ghc@haskell.org"
+ , text "of DPH. If you want it to work, you should send mail to ghc-commits@haskell.org"
, text "and ask what you can do to help (it might involve some GHC hacking)."])
diff --git a/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs b/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs
index 476897ef30..123f91adae 100644
--- a/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs
+++ b/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs
@@ -11,7 +11,7 @@
-- Module : Distribution.InstalledPackageInfo.Binary
-- Copyright : (c) The University of Glasgow 2009
--
--- Maintainer : cvs-ghc@haskell.org
+-- Maintainer : ghc-devs@haskell.org
-- Portability : portable
--
diff --git a/libraries/bin-package-db/bin-package-db.cabal b/libraries/bin-package-db/bin-package-db.cabal
index 67c7f658db..c03399cd5b 100644
--- a/libraries/bin-package-db/bin-package-db.cabal
+++ b/libraries/bin-package-db/bin-package-db.cabal
@@ -1,7 +1,7 @@
name: bin-package-db
version: 0.0.0.0
license: BSD3
-maintainer: cvs-ghc@haskell.org
+maintainer: ghc-devs@haskell.org
bug-reports: glasgow-haskell-bugs@haskell.org
synopsis: A binary format for the package database
cabal-version: >=1.6
diff --git a/utils/genprimopcode/Main.hs b/utils/genprimopcode/Main.hs
index 8729d4c73c..333a2d3e46 100644
--- a/utils/genprimopcode/Main.hs
+++ b/utils/genprimopcode/Main.hs
@@ -125,7 +125,7 @@ gen_hs_source (Info defaults entries) =
++ "-- |\n"
++ "-- Module : GHC.Prim\n"
++ "-- \n"
- ++ "-- Maintainer : cvs-ghc@haskell.org\n"
+ ++ "-- Maintainer : ghc-devs@haskell.org\n"
++ "-- Stability : internal\n"
++ "-- Portability : non-portable (GHC extensions)\n"
++ "--\n"