Fix "warn-unused-do-bind" warning in GHC.Conc
authorIan Lynagh <igloo@earth.li>
Fri, 10 Jul 2009 00:35:30 +0000 (00:35 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 10 Jul 2009 00:35:30 +0000 (00:35 +0000)
commit898db9812f8c110dd127e1598a56e42ff1b4fa8c
treeef0717abf71e43de91174eded1bc62d82273adff
parentd9ec2691173812bf23d2124fde084185c4cf8c35
Fix "warn-unused-do-bind" warning in GHC.Conc
If we fail to communicate with the IO manager then we print a warning
using debugErrLn from the ghc-prim package.
GHC/Conc.lhs