Cabal Questions

Esa Ilari Vuokko eivuokko at gmail.com
Fri Aug 18 10:24:44 EDT 2006


Neil Mitchell wrote:
> Hmm, I built a minimal project (attached), and it didn't work. Am I
> doing something wrong? I'm using a freshly compiled Cabal and GHC
> 6.4.2
You should add (to Hoogle.cabal)

Other-Modules: Test

because unfortunately Cabal has no dependency analysis, and hence,
in practice, it is better to keep all modules listed, under on of
Expoted-Modules (libraries), Main-Is (executables) and Other-Modules
(libs and executables).

HTH,
--Esa Ilari Vuokko


More information about the Libraries mailing list