diff options
| -rw-r--r-- | compiler/vectorise/Vectorise/Builtins/Base.hs | 4 | ||||
| -rw-r--r-- | libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs | 2 | ||||
| -rw-r--r-- | libraries/bin-package-db/bin-package-db.cabal | 2 | ||||
| -rw-r--r-- | 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 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" |
