Ticket #4304 (closed bug: wontfix)

Opened 3 years ago

Last modified 3 years ago

Remove the `-fwarn-lazy-unlifted-bindings` flag

Reported by: igloo Owned by:
Priority: high Milestone: 7.4.1
Component: Compiler Version: 6.12.3
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Remove the -fwarn-lazy-unlifted-bindings flag; typecheck/TcBinds.lhs says:

unliftedMustBeBang :: LHsBindsLR Var Var -> SDoc
unliftedMustBeBang mbind
  = hang (text "Bindings containing unlifted types must use an outermost bang pattern:")
         4 (pprLHsBinds mbind)
 $$ text "*** This will be an error in GHC 7.2! Fix your code now!"

Change History

Changed 3 years ago by simonmar

  • status changed from new to closed
  • resolution set to wontfix

we're leaving it as a warning.

Note: See TracTickets for help on using tickets.