summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T9939.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T9939.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/T9939.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T9939.stderr b/testsuite/tests/typecheck/should_compile/T9939.stderr
index 4d1af91a6c..7318283e54 100644
--- a/testsuite/tests/typecheck/should_compile/T9939.stderr
+++ b/testsuite/tests/typecheck/should_compile/T9939.stderr
@@ -1,20 +1,20 @@
-T9939.hs:6:7: warning: [-Wredundant-constraints]
+T9939.hs:6:7: warning: [GHC-30606] [-Wredundant-constraints]
Redundant constraint: Eq a
In the type signature for:
f1 :: forall a. (Eq a, Ord a) => a -> a -> Bool
-T9939.hs:10:7: warning: [-Wredundant-constraints]
+T9939.hs:10:7: warning: [GHC-30606] [-Wredundant-constraints]
Redundant constraint: Ord a
In the type signature for:
f2 :: forall a. (Eq a, Ord a) => a -> a -> Bool
-T9939.hs:14:7: warning: [-Wredundant-constraints]
+T9939.hs:14:7: warning: [GHC-30606] [-Wredundant-constraints]
Redundant constraint: Eq b
In the type signature for:
f3 :: forall a b. (Eq a, a ~ b, Eq b) => a -> b -> Bool
-T9939.hs:21:7: warning: [-Wredundant-constraints]
+T9939.hs:21:7: warning: [GHC-30606] [-Wredundant-constraints]
Redundant constraint: Eq b
In the type signature for:
f4 :: forall a b. (Eq a, Eq b) => a -> b -> Equal a b -> Bool