[GHC] #9293: GHCI :unset -XLanguageExtension returns "don't know how to reverse -XLanguageExtension"

GHC ghc-devs at haskell.org
Fri Nov 21 08:23:27 UTC 2014


#9293: GHCI :unset -XLanguageExtension returns "don't know how to reverse
-XLanguageExtension"
-------------------------------------------+----------------------------
              Reporter:  jfeltz            |            Owner:  leroux
                  Type:  bug               |           Status:  patch
              Priority:  normal            |        Milestone:
             Component:  GHCi              |          Version:  7.8.2
            Resolution:                    |         Keywords:  newcomer
      Operating System:  Unknown/Multiple  |     Architecture:  x86
       Type of failure:  None/Unknown      |       Difficulty:  Unknown
             Test Case:  T9293             |       Blocked By:
              Blocking:                    |  Related Tickets:
Differential Revisions:  Phab:D516         |
-------------------------------------------+----------------------------
Changes (by leroux):

 * status:  new => patch
 * differential:   => Phab:D516


Comment:

 Patch that essentially rewrites {{{:unset -X<ext>}}} to {{{:set
 -XNo<ext>}}}.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9293#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list