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>