#9586: Implement Traversable/Foldable-Burning-Bridges Proposal -------------------------------------+------------------------------------- Reporter: hvr | Owner: hvr Type: task | Status: new Priority: normal | Milestone: 7.10.1 Component: | Version: libraries/base | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Difficult (2-5 Unknown/Multiple | days) Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: Phab:D209 | -------------------------------------+------------------------------------- Comment (by Herbert Valerio Riedel <hvr@…>): In [changeset:"a94dc4c3067c6a0925e2e39f35ef0930771535f1/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="a94dc4c3067c6a0925e2e39f35ef0930771535f1" Move Applicative/MonadPlus into GHC.Base This is necessary in order to invert the import-dependency between Data.Foldable and Control.Monad (for addressing #9586) This also updates the `binary` submodule to qualify a GHC.Base import Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D223 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9586#comment:8> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler