Hi,

I get the following error message:

cetin@unique:~/lab/test/qths/hnm$ make configure
runhaskell Setup.hs configure
Configuring HNM-0.2...
cetin@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