#1653: GHCi ':set' completion does not list all options
----------------------+-----------------------------------------------------
  Reporter:  sorear   |          Owner:       
      Type:  bug      |         Status:  new  
  Priority:  normal   |      Milestone:       
 Component:  GHCi     |        Version:  6.7  
  Severity:  normal   |       Keywords:       
Difficulty:  Unknown  |             Os:  Linux
  Testcase:           |   Architecture:  x86  
----------------------+-----------------------------------------------------
In particular, the new -X options are missing:

 {{{
 [EMAIL PROTECTED]:/tmp$ ghci
 GHCi, version 6.7.20070829: http://www.haskell.org/ghc/  :? for help
 Loading package base ... linking ... done.
 Prelude> :set -XTyp(TAB TAB, with no effect)
 unrecognised flags: -XTyp
 Prelude> :set -XTypeFamilies
 Prelude> Leaving GHCi.
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1653>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to