Hello,
As I said in a Friday posting, I changed the version # of the cabal file that I am using, unix.cabal. Now my build environment is
broken and I am dead in the water:
vigalchin@ubuntu:~/FTP/Haskell/unix-2.2.0.0$ runhaskell Setup.hs configure
Configuring unix-2.3.0.0...
vigalchin@ubuntu:~/FTP/Haskell/unix-2.2.0.0$ runhaskell Setup.hs build
Setup.hs: unix.cabal has been changed, please re-configure.
vigalchin@ubuntu:~/FTP/Haskell/unix-2.2.0.0$
It seems like "runhaskell Setup.hs configure" isn't doing much after the unix.cabal change. How can I force the configure to really run? Do something with some of the config files??
Thanks, Vasili