
Hello Gabor, On 2013-08-22 at 22:51:31 +0200, git@git.haskell.org wrote:
Link : http://ghc.haskell.org/trac/ghc/changeset/cbe3dba89c085f7556fe32126381dac68d...
commit cbe3dba89c085f7556fe32126381dac68d93dd8b Author: Gabor Greif
Date: Mon Aug 19 11:31:15 2013 +0200 Update email addresses
in the diff chunks below, shouldn't mail be rather sent to the ghc-devs@haskell.org list? [...]
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@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)."])
[...]