[project @ 2001-08-01 11:49:27 by simonmar]
authorsimonmar <unknown>
Wed, 1 Aug 2001 11:49:27 +0000 (11:49 +0000)
committersimonmar <unknown>
Wed, 1 Aug 2001 11:49:27 +0000 (11:49 +0000)
use :set rather than :s

ghc/tests/ghci/ghci006.script
ghc/tests/ghci/ghci006.stdout

index 5b90605..b768567 100644 (file)
@@ -1,5 +1,5 @@
 :unset +s +t
-:s -fglasgow-exts
+:set -fglasgow-exts
 -- test for contexts on existential types crashing the interpreter
 :l ghci006
 showQ (Q "foo")
index a1e722c..acf4462 100644 (file)
@@ -8,7 +8,7 @@ Loading package std ... linking ... done.
 *** WARNING: . is writable by someone else, IGNORING!
 *** WARNING: ./.ghci is writable by someone else, IGNORING!
 Prelude> :unset +s +t
-Prelude> :s -fglasgow-exts
+Prelude> :set -fglasgow-exts
 Prelude> -- test for contexts on existential types crashing the interpreter
 Prelude> :l ghci006
 Ok, modules loaded: Ghci006.