[commit: ghc] master: Update email addresses (cbe3dba)
git at git.haskell.org
git at git.haskell.org
Thu Aug 22 22:51:31 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/cbe3dba89c085f7556fe32126381dac68d93dd8b/ghc
>---------------------------------------------------------------
commit cbe3dba89c085f7556fe32126381dac68d93dd8b
Author: Gabor Greif <ggreif at gmail.com>
Date: Mon Aug 19 11:31:15 2013 +0200
Update email addresses
>---------------------------------------------------------------
cbe3dba89c085f7556fe32126381dac68d93dd8b
compiler/vectorise/Vectorise/Builtins/Base.hs | 4 ++--
.../bin-package-db/Distribution/InstalledPackageInfo/Binary.hs | 2 +-
libraries/bin-package-db/bin-package-db.cabal | 2 +-
utils/genprimopcode/Main.hs | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/compiler/vectorise/Vectorise/Builtins/Base.hs b/compiler/vectorise/Vectorise/Builtins/Base.hs
index 0cb4bbb..bcd85cb 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 at haskell.org"
+ , text "of DPH. If you want it to work, you should send mail to ghc-commits at 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 at haskell.org"
+ , text "of DPH. If you want it to work, you should send mail to ghc-commits at 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 476897e..123f91a 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 at haskell.org
+-- Maintainer : ghc-devs at 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 67c7f65..c03399c 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 at haskell.org
+maintainer: ghc-devs at haskell.org
bug-reports: glasgow-haskell-bugs at 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 8729d4c..333a2d3 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 at haskell.org\n"
+ ++ "-- Maintainer : ghc-devs at haskell.org\n"
++ "-- Stability : internal\n"
++ "-- Portability : non-portable (GHC extensions)\n"
++ "--\n"
More information about the ghc-commits
mailing list