From: shelarcy <she...@gm...> - 2008-02-16 11:44:37
|
On Sat, 16 Feb 2008 19:04:56 +0900, Eric Y. Kow <eri...@gm...> wrote: >> I see that Graphics.UI.WXCore.Db dependes on old-time package's System.Date module. >> But old-time package doesn't depend on time package. >> >> http://hackage.haskell.org/cgi-bin/hackage-scripts/package/old-time-1.0.0.0 >> >> So you don't remove time package dendency from wxcore.cabal. > > Wait, I shouldn't remove it? We don't seem to use the Data.Time stuff > from the new time package anywhere, do we? Please remember wxdirect uses Data.Time stuff. So we add time package dependency, before. > Fri Feb 15 09:32:21 GMT 2008 Eric Kow <eri...@gm...> > * Add time and parsec dependencies for wxdirect. See also http://www.mail-archive.com/wxh...@li.../msg00375.html So, I think better solution is like this: changing Graphics.UI.WXCore.Db module to use new time packages modules. > Also, I'll be sending in a modernisation patch which gets rid of the > haskell98 dependency (upgrading our Char to Data.Char, etc) I think we must also change wxdirect's sources. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |