summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci057.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci057.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/ghci057.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci057.stderr b/testsuite/tests/ghci/scripts/ghci057.stderr
index 03065845f1..e26f15e1a9 100644
--- a/testsuite/tests/ghci/scripts/ghci057.stderr
+++ b/testsuite/tests/ghci/scripts/ghci057.stderr
@@ -1,19 +1,19 @@
<interactive>:5:1:
Illegal generalised algebraic data declaration for ‛T’
- (Use -XGADTs to allow GADTs)
+ (Use GADTs to allow GADTs)
In the data declaration for ‛T’
ghci057.hs:3:3:
Data constructor ‛C’ has existential type variables, a context, or a specialised result type
C :: T Int
- (Use -XExistentialQuantification or -XGADTs to allow this)
+ (Use ExistentialQuantification or GADTs to allow this)
In the definition of data constructor ‛C’
In the data declaration for ‛T’
ghci057.hs:3:3:
Data constructor ‛C’ has existential type variables, a context, or a specialised result type
C :: T Int
- (Use -XExistentialQuantification or -XGADTs to allow this)
+ (Use ExistentialQuantification or GADTs to allow this)
In the definition of data constructor ‛C’
In the data declaration for ‛T’