[GHC] #9069: -XDeriveTraversable should imply -XDeriveFunctor and -XDeriveFoldable

GHC ghc-devs at haskell.org
Sun May 4 15:43:16 UTC 2014


#9069: -XDeriveTraversable should imply -XDeriveFunctor and -XDeriveFoldable
-------------------------------------+------------------------------------
        Reporter:  sjoerd_visscher   |            Owner:
            Type:  feature request   |           Status:  new
        Priority:  normal            |        Milestone:
       Component:  Compiler          |          Version:  7.8.2
      Resolution:                    |         Keywords:
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown      |       Difficulty:  Unknown
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:
-------------------------------------+------------------------------------

Comment (by sjoerd_visscher):

 I.e. add this to the `impliedFlags` list:
 {{{
     , (Opt_DeriveTraversable, turnOn, Opt_DeriveFunctor)
     , (Opt_DeriveTraversable, turnOn, Opt_DeriveFoldable)
 }}}

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


More information about the ghc-tickets mailing list