Dear All,<br><br>Whenever I tried to load QuickCheck in GHCi, I met the following problem:<br><br> Prelude&gt; :l Test.QuickCheck<br><br> &lt;no location info&gt;: module `Test.QuickCheck&#39; is a package module<br> Failed, modules loaded: none.<br>
<br>Test.QuickCheck seems to be a module anyway, bit it couldn&#39;t be loaded directly by issuing the command. I don&#39;t understand why. <br><br>Thanks in advance.<br><br>Kwanghoon<br><br>PS. Of course, I installed QuickCheck-2.1.0.3, and I can use it when I load it by loading some haskell program having &quot;import Test.QuickCheck&quot;. <br>
<br><br>