[commit: ghc] master: Deprecate the AMP warnings. (3608f65)
git at git.haskell.org
git at git.haskell.org
Sun Apr 20 21:56:11 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3608f657d55b7ea7dd711556a4faf6a15c509163/ghc
>---------------------------------------------------------------
commit 3608f657d55b7ea7dd711556a4faf6a15c509163
Author: Austin Seipp <austin at well-typed.com>
Date: Sun Apr 20 01:10:15 2014 -0500
Deprecate the AMP warnings.
Now that we're in development mode, Applicative will soon be a
superclass of Monad in HEAD. So let's go ahead and deprecate the
-fno-warn-amp flag, remove the checks, and tweak a few tests
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
3608f657d55b7ea7dd711556a4faf6a15c509163
compiler/main/DynFlags.hs | 4 +-
compiler/typecheck/TcRnDriver.lhs | 215 +-------------------
docs/users_guide/flags.xml | 2 +-
.../tests/ghci.debugger/scripts/break006.stderr | 4 +-
.../tests/ghci.debugger/scripts/print019.stderr | 2 +-
.../should_fail/overloadedlistsfail01.stderr | 2 +-
testsuite/tests/rename/should_compile/T7145b.hs | 3 -
.../tests/rename/should_compile/T7145b.stderr | 2 +-
.../tests/simplCore/should_compile/spec001.hs | 3 +-
.../tests/typecheck/should_compile/holes2.stderr | 2 +-
testsuite/tests/typecheck/should_fail/T5095.stderr | 2 -
.../tests/typecheck/should_fail/tcfail072.stderr | 2 +-
.../tests/typecheck/should_fail/tcfail133.stderr | 2 +-
.../tests/typecheck/should_fail/tcfail181.stderr | 1 -
14 files changed, 14 insertions(+), 232 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 3608f657d55b7ea7dd711556a4faf6a15c509163
More information about the ghc-commits
mailing list