[Haskell-cafe] cabal, multi-file applications

Cetin Sert cetin.sert at gmail.com
Tue Dec 23 11:27:44 EST 2008


Hi,

I get the following error message:

cetin at unique:~/lab/test/qths/hnm$ make configure
runhaskell Setup.hs configure
Configuring HNM-0.2...
cetin at unique:~/lab/test/qths/hnm$ make build
runhaskell Setup.hs build
Preprocessing library HNM-0.2...
Preprocessing executables for HNM-0.2...
Building HNM-0.2...

demo3.hs:4:7:
    Could not find module `HNM.WLAN':
      Use -v to see a list of the files searched for.
make: *** [build] Error 1

when I try to build the following program:
http://sert.homedns.org/hs/hnm/
http://sert.homedns.org/hs/hnm/hnm.cabal

How can I tell in my cabal file that wlan.hs should be built first than
settings.hs than demo3.hs?

Best Regards,
Cetin Sert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20081223/b08107d4/attachment.htm


More information about the Haskell-Cafe mailing list