<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Nov 17, 2009, at 8:42 AM, Valery V. Vorotyntsev wrote:</div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font> &nbsp;[*] I just tried to add `-hide-package mtl' to OPTIONS_GHC pragma,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;with no success, and was googling for a clue.<br></div></blockquote></div><br><div>I don't think that works, but you can do:</div><div><br></div><div>{-# LANGUAGE PackageImports #-}</div><div>import "transformers" Control.Monad.Reader</div><div><br></div><div>in GHC 6.10 and higher. I think you could even do:</div><div><br></div><div><br></div><div><div>{-# LANGUAGE PackageImports #-}</div><div>import "transformers" Control.Monad.Reader</div><div>import "mtl" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Control.Monad.Writer</div><div><br></div><div>- jeremy</div></div></body></html>