#10751: Implement Phase 1 of MonadFail Proposal (MFP) -------------------------------------+------------------------------------- Reporter: hvr | Owner: quchen Type: task | Status: closed Priority: highest | Milestone: 8.0.1 Component: Compiler | Version: 7.10.2 Resolution: fixed | Keywords: report-impact Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D1248 Wiki Page: | prime:Libraries/Proposals/MonadFail| -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"132c20894d102558cc8f3aee5bc289425d0ddb24/ghc" 132c2089/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="132c20894d102558cc8f3aee5bc289425d0ddb24" Rename -Wmissing-monadfail-instance to plural-form This warning flag was recently introduced as part of #10751. However, it was missed during code-review that almost all existing warning flags use a plural-form, so for consistency this commit renames that warning flag to `-Wmissing-monadfail-instances`. Test Plan: local validate (still running) Reviewers: quchen, goldfire, austin, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1842 GHC Trac Issues: #10751 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10751#comment:24> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler