summaryrefslogtreecommitdiff
path: root/testsuite/tests/rebindable/rebindable2.hs
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2021-06-17 09:58:38 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-06-19 12:26:35 -0400
commit217b4dcc004faffd3c7f5d15ba002dcfb0d1027e (patch)
treebb323bd99384e3c4e1b0bf70877f00ac37b0d042 /testsuite/tests/rebindable/rebindable2.hs
parentfc8ad5f35a8ec314c801b226a9165b5354363a72 (diff)
downloadhaskell-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/rebindable2.hs')
-rw-r--r--testsuite/tests/rebindable/rebindable2.hs1
1 files changed, 0 insertions, 1 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
{