diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2021-06-17 09:58:38 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-06-19 12:26:35 -0400 |
commit | 217b4dcc004faffd3c7f5d15ba002dcfb0d1027e (patch) | |
tree | bb323bd99384e3c4e1b0bf70877f00ac37b0d042 /testsuite/tests/rebindable | |
parent | fc8ad5f35a8ec314c801b226a9165b5354363a72 (diff) | |
download | haskell-217b4dcc004faffd3c7f5d15ba002dcfb0d1027e.tar.gz |
Deprecate -Wmissing-monadfail-instances (#17875)
Also document deprecation of Wnoncanonical-monadfail-instances
and -Wimplicit-kind-vars
Diffstat (limited to 'testsuite/tests/rebindable')
-rw-r--r-- | testsuite/tests/rebindable/rebindable2.hs | 1 | ||||
-rw-r--r-- | testsuite/tests/rebindable/rebindable3.hs | 1 | ||||
-rw-r--r-- | testsuite/tests/rebindable/rebindable4.hs | 1 | ||||
-rw-r--r-- | testsuite/tests/rebindable/rebindable5.hs | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/tests/rebindable/rebindable2.hs b/testsuite/tests/rebindable/rebindable2.hs index 3858d2b9f3..5729c4ef34 100644 --- a/testsuite/tests/rebindable/rebindable2.hs +++ b/testsuite/tests/rebindable/rebindable2.hs @@ -1,5 +1,4 @@ {-# LANGUAGE RebindableSyntax, NPlusKPatterns #-} -{-# OPTIONS -Wno-error=missing-monadfail-instances #-} module Main where { diff --git a/testsuite/tests/rebindable/rebindable3.hs b/testsuite/tests/rebindable/rebindable3.hs index c5fd3b255b..0434c1d0fd 100644 --- a/testsuite/tests/rebindable/rebindable3.hs +++ b/testsuite/tests/rebindable/rebindable3.hs @@ -1,5 +1,4 @@ {-# LANGUAGE RebindableSyntax, NPlusKPatterns #-} -{-# OPTIONS -Wno-error=missing-monadfail-instances #-} module Main where { diff --git a/testsuite/tests/rebindable/rebindable4.hs b/testsuite/tests/rebindable/rebindable4.hs index 26adc87e21..f657683a08 100644 --- a/testsuite/tests/rebindable/rebindable4.hs +++ b/testsuite/tests/rebindable/rebindable4.hs @@ -1,5 +1,4 @@ {-# LANGUAGE RebindableSyntax, NPlusKPatterns #-} -{-# OPTIONS -Wno-error=missing-monadfail-instances #-} module Main where { diff --git a/testsuite/tests/rebindable/rebindable5.hs b/testsuite/tests/rebindable/rebindable5.hs index 2ce735b670..3120ea1a90 100644 --- a/testsuite/tests/rebindable/rebindable5.hs +++ b/testsuite/tests/rebindable/rebindable5.hs @@ -1,6 +1,5 @@ {-# LANGUAGE RebindableSyntax, NPlusKPatterns, FlexibleInstances, MultiParamTypeClasses, FunctionalDependencies #-} -{-# OPTIONS -Wno-error=missing-monadfail-instances #-} module Main where { |