summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/ghci/p16.stderr
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-03-23 23:45:22 -0500
committerAustin Seipp <austin@well-typed.com>2014-03-24 00:38:53 -0500
commit8f7303774237a8b0787d98c5ab6f605e3e897f19 (patch)
tree3fa6c22395e4d6d7131b713f4c141673522ff148 /testsuite/tests/safeHaskell/ghci/p16.stderr
parent61654e55e9e7f65b876adf7416388134058b0d9a (diff)
downloadhaskell-8f7303774237a8b0787d98c5ab6f605e3e897f19.tar.gz
Revert "Fix #8745 - GND is now -XSafe compatible."
See #8827 - for now, we're making GND unsafe again. This also fixes the tests since they were originally not using the new unicode quote style we're using. This reverts commit a8a01e742434df11b830ab99af12d9045dfcbc4b.
Diffstat (limited to 'testsuite/tests/safeHaskell/ghci/p16.stderr')
-rw-r--r--testsuite/tests/safeHaskell/ghci/p16.stderr15
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuite/tests/safeHaskell/ghci/p16.stderr b/testsuite/tests/safeHaskell/ghci/p16.stderr
index e69de29bb2..a5dab96c1e 100644
--- a/testsuite/tests/safeHaskell/ghci/p16.stderr
+++ b/testsuite/tests/safeHaskell/ghci/p16.stderr
@@ -0,0 +1,15 @@
+
+<no location info>: Warning:
+ -XGeneralizedNewtypeDeriving is not allowed in Safe Haskell; ignoring -XGeneralizedNewtypeDeriving
+
+<interactive>:16:29:
+ Can't make a derived instance of ‘Op T2’:
+ ‘Op’ is not a derivable class
+ Try GeneralizedNewtypeDeriving for GHC's newtype-deriving extension
+ In the newtype declaration for ‘T2’
+
+<interactive>:19:9:
+ Not in scope: data constructor ‘T2’
+ Perhaps you meant ‘T1’ (line 13)
+
+<interactive>:22:4: Not in scope: ‘y’