diff options
Diffstat (limited to 'testsuite/tests/module')
-rw-r--r-- | testsuite/tests/module/mod41.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/module/mod42.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/module/mod43.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/module/mod45.stderr | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/module/mod41.stderr b/testsuite/tests/module/mod41.stderr index 921fc95942..e9dfe97c33 100644 --- a/testsuite/tests/module/mod41.stderr +++ b/testsuite/tests/module/mod41.stderr @@ -4,5 +4,5 @@ mod41.hs:3:18: (All instance types must be of the form (T a1 ... an) where a1 ... an are *distinct type variables*, and each type variable appears at most once in the instance head. - Use -XFlexibleInstances if you want to disable this.) + Use FlexibleInstances if you want to disable this.) In the instance declaration for ‛Eq (Either a a)’ diff --git a/testsuite/tests/module/mod42.stderr b/testsuite/tests/module/mod42.stderr index 8fd553febd..b09258724f 100644 --- a/testsuite/tests/module/mod42.stderr +++ b/testsuite/tests/module/mod42.stderr @@ -4,5 +4,5 @@ mod42.hs:3:10: (All instance types must be of the form (T a1 ... an) where a1 ... an are *distinct type variables*, and each type variable appears at most once in the instance head. - Use -XFlexibleInstances if you want to disable this.) + Use FlexibleInstances if you want to disable this.) In the instance declaration for ‛Eq a’ diff --git a/testsuite/tests/module/mod43.stderr b/testsuite/tests/module/mod43.stderr index 5630a4ae58..dd1dac68ad 100644 --- a/testsuite/tests/module/mod43.stderr +++ b/testsuite/tests/module/mod43.stderr @@ -3,5 +3,5 @@ mod43.hs:3:10: Illegal instance declaration for ‛Eq String’ (All instance types must be of the form (T t1 ... tn) where T is not a synonym. - Use -XTypeSynonymInstances if you want to disable this.) + Use TypeSynonymInstances if you want to disable this.) In the instance declaration for ‛Eq String’ diff --git a/testsuite/tests/module/mod45.stderr b/testsuite/tests/module/mod45.stderr index 2673763cb0..7102bf2e7d 100644 --- a/testsuite/tests/module/mod45.stderr +++ b/testsuite/tests/module/mod45.stderr @@ -2,5 +2,5 @@ mod45.hs:5:11: Illegal type signature in instance declaration: (==) :: T -> T -> Bool - (Use -XInstanceSigs to allow this) + (Use InstanceSigs to allow this) In the instance declaration for ‛Eq T’ |