<div dir="ltr">Hi List,<br><br>I&#39;m trying to do my testing with HUnit and Cabal and I created a Test-Suite entry that runs when I do &quot;cabal test&quot; inside my project folder. <br>My problem is that I want to add a second test case that needs to read a sample database file, I cannot include the file with Cabal&#39;s data-dir and data-files properties because it&#39;s only supported at the package level, this huge file will be always installed when doing &quot;cabal install&quot;. Is there a standard way to access these files in a portable way? Any ideas?<br>



<br>Thanks!<br><br>
</div>