This error is due to usage of old base package in version 3.<div>In .cabal file add dependency on base-4, in form &quot;base &gt;= 4&quot;.<div><br></div><div>All best</div><div><br></div><div>Christopher SkrzÄ™tnicki<br><br>
<div class="gmail_quote">2009/2/1 Ezekiel Smithburg <span dir="ltr">&lt;<a href="mailto:tehgeekmeister@gmail.com">tehgeekmeister@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
this is the error message i get:<br><br>ezekiel-smithburgs-macbook-pro-15% runhaskell Setup.* build&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>Preprocessing library testpack-1.0.0...<br>Building testpack-1.0.0...<br>[1 of 3] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, dist/build/Test/QuickCheck/Instances.o )<br>

[2 of 3] Compiling Test.QuickCheck.Tools ( src/Test/QuickCheck/Tools.hs, dist/build/Test/QuickCheck/Tools.o )<br>[3 of 3] Compiling Test.HUnit.Tools ( src/Test/HUnit/Tools.hs, dist/build/Test/HUnit/Tools.o )<br><br>src/Test/HUnit/Tools.hs:28:36:<br>

&nbsp;&nbsp;&nbsp; Class `Control.Exception.Exception&#39; used as a type<br>&nbsp;&nbsp;&nbsp; In the type `Control.Exception.Exception&#39;<br>&nbsp;&nbsp;&nbsp; In the type `Control.Exception.Exception -&gt; IO a -&gt; IO ()&#39;<br>&nbsp;&nbsp;&nbsp; In the type `String<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&gt; Control.Exception.Exception -&gt; IO a -&gt; IO ()&#39;<br>

<br>what should i do?&nbsp; need this in order to build hdbc 2.0, which i&#39;m hoping solves a problem i was having earlier (memory leak).<br>
<br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br></div></div>