Hello,<br><br> I picked an exceedingly case to build an "Executable":<br><br>Executable QNameTest<br> Hs-source-dirs: Swish/<br> Main-Is: HaskellUtils/QNameTest.hs<br> Other-Modules: HaskellUtils.QName<br>
<br>Here are the results of a "cabal build -v":<br><br>Creating dist/build/QNameTest (and its parents)<br>Creating dist/build/QNameTest/QNameTest-tmp (and its parents)<br>/usr/local/bin/ghc -o dist/build/QNameTest/QNameTest --make -hide-all-packages -i -idist/build/QNameTest/QNameTest-tmp -iSwish/ -idist/build/autogen -Idist/build/QNameTest/QNameTest-tmp -odir dist/build/QNameTest/QNameTest-tmp -hidir dist/build/QNameTest/QNameTest-tmp -stubdir dist/build/QNameTest/QNameTest-tmp -package HUnit-1.2.0.0 -package array-0.1.0.0 -package base-3.0.1.0 -package binary-0.4.2 -package bytestring-0.9.1.0 -package containers-0.1.0.1 -package mtl-1.1.0.1 -package old-time-1.0.0.0 -package parallel-1.0.0.0 -package parsec-2.1.0.0 -package random-1.0.0.0 -O Swish/HaskellUtils/QNameTest.hs<br>
<br>Swish/HaskellUtils/QNameTest.hs:36:7:<br> Could not find module `Swish.HaskellUtils.QName':<br> Use -v to see a list of the files searched for.<br><br>???<br><br>Thanks, <br><br>Vasili<br><br>