diff options
author | Muhaimin Ahsan <leroux@fezrev.com> | 2014-11-21 11:31:44 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-11-21 11:31:45 -0600 |
commit | 3e4f49b04e6e97256b4d34221e209e1051bf06ae (patch) | |
tree | 1db1538ea4a5b6c3df77c55c035fd65db4b0c228 /testsuite/tests/safeHaskell | |
parent | 803fc5db31f084b73713342cdceaed5a9c664267 (diff) | |
download | haskell-3e4f49b04e6e97256b4d34221e209e1051bf06ae.tar.gz |
Fixes ghci :unset -X<ext> so that it doesn't fail to reverse option. (fixes trac #9293)
Summary: ghci unset could not reverse language extensions.
Reviewers: hvr, thomie, austin
Reviewed By: hvr, thomie, austin
Subscribers: goldfire, hvr, thomie, carter
Differential Revision: https://phabricator.haskell.org/D516
GHC Trac Issues: #9293
Diffstat (limited to 'testsuite/tests/safeHaskell')
-rw-r--r-- | testsuite/tests/safeHaskell/ghci/p12.stderr | 4 | ||||
-rw-r--r-- | testsuite/tests/safeHaskell/ghci/p5.stderr | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/safeHaskell/ghci/p12.stderr b/testsuite/tests/safeHaskell/ghci/p12.stderr index fc43305e11..3b259c3722 100644 --- a/testsuite/tests/safeHaskell/ghci/p12.stderr +++ b/testsuite/tests/safeHaskell/ghci/p12.stderr @@ -1,7 +1,7 @@ -don't know how to reverse -XSafe +Some flags have not been recognized: -XNoSafe Some flags have not been recognized: -fno-package-trust <no location info>: Data.ByteString: Can't be safely imported! - The package (bytestring-0.10.1.0) the module resides in isn't trusted. + The package (bytestring-0.10.5.0) the module resides in isn't trusted. diff --git a/testsuite/tests/safeHaskell/ghci/p5.stderr b/testsuite/tests/safeHaskell/ghci/p5.stderr index 3f649f7b60..7e70988612 100644 --- a/testsuite/tests/safeHaskell/ghci/p5.stderr +++ b/testsuite/tests/safeHaskell/ghci/p5.stderr @@ -1,7 +1,7 @@ -don't know how to reverse -XSafe +Some flags have not been recognized: -XNoSafe ghc-stage2: <no location info>: Incompatible Safe Haskell flags! (Safe, Trustworthy) Usage: For basic information, try the `--help' option. -don't know how to reverse -XTrustworthy +Some flags have not been recognized: -XNoTrustworthy ghc-stage2: <no location info>: Incompatible Safe Haskell flags! (Safe, Unsafe) Usage: For basic information, try the `--help' option. -don't know how to reverse -XUnsafe +Some flags have not been recognized: -XNoUnsafe |