Ticket #4304 (closed bug: wontfix)
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
Note: See
TracTickets for help on using
tickets.
