<br><br><div class="gmail_quote">On Wed, Mar 3, 2010 at 9:19 PM, Daniel Fischer <span dir="ltr"><<a href="mailto:daniel.is.fischer@web.de">daniel.is.fischer@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Am Mittwoch 03 März 2010 19:57:13 schrieb Rehno Lindeque:<br>
<div class="im">> I'm sorry because this is a very elementary question but despite my<br>
> attempts I can't seem to get cabal working for my project structure.<br>
><br>
> I have two main source directories:<br>
> src\haskell<br>
> src\semanticdb<br>
><br>
> Inside src\haskell I have main.hs with the module Main.<br>
> Inside src\semanticdb I have semanticdb.hs with module OSIX.SemanticDB<br>
<br>
</div>module OSIX.SemanticDB<br>
<br>
must be in the file 'SemanticDB.hs' (or .lhs), in the subdirectory OSIX of<br>
the source directory listed in the .cabal file, here src/semanticdb, so<br></blockquote><div class="h5"><br>Thanks, moving the file to src/semanticdb/OSIX works. However, I would prefer it if restructuring my directories weren't necessary. Is it possible?<br>
</div></div><br>