Since the time package is not included in ghc-6.10.2, I installed it via cabal. Then I tried to configure my project, and it says that the dependency is missing. Mysterious. Can anyone explain?
You installed time in the per-user package dictionary, but by default Setup.hs uses only the global dictionary. Try:
runhaskell Setup.hs --user
--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@kf8nh.com