#4304: Remove the `-fwarn-lazy-unlifted-bindings` flag
---------------------------------+------------------------------------------
Reporter: igloo | Owner:
Type: bug | Status: new
Priority: high | Milestone: 7.2.1
Component: Compiler | Version: 6.12.3
Keywords: | Testcase:
Blockedby: | Difficulty:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
---------------------------------+------------------------------------------
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!"
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4304>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs