Re: [wxhaskell-users] darcs patch: Add a Cabal file for wxcore. (and 16 more)

2008-02-16 Thread Eric Y. Kow
> Please remember wxdirect uses Data.Time stuff. > So we add time package dependency, before. ah, right! > So, I think better solution is like this: changing Graphics.UI.WXCore.Db > module > to use new time packages modules. ok, could you figure out how to do this? Data.Time does not appear t

Re: [wxhaskell-users] darcs patch: Add a Cabal file for wxcore. (and 16 more)

2008-02-16 Thread shelarcy
On Sat, 16 Feb 2008 19:04:56 +0900, Eric Y. Kow <[EMAIL PROTECTED]> 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

Re: [wxhaskell-users] darcs patch: Add a Cabal file for wxcore. (and 16 more)

2008-02-16 Thread Eric Y. Kow
> 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

Re: [wxhaskell-users] darcs patch: Add a Cabal file for wxcore. (and 16 more)

2008-02-16 Thread shelarcy
On Sat, 16 Feb 2008 03:16:14 +0900, Eric Kow <[EMAIL PROTECTED]> wrote: > Fri Feb 15 18:14:44 GMT 2008 Eric Kow <[EMAIL PROTECTED]> > * Fix some dependencies that Ross Paterson pointed out. > > hunk ./wxcore.cabal 17 > -build-depends: base >= 3, time, parsec > +build-depends: bas

[wxhaskell-users] darcs patch: Add a Cabal file for wxcore. (and 16 more)

2008-02-15 Thread Eric Kow
I'll be pushing these patches in tonight. Thu Feb 14 17:50:50 GMT 2008 Eric Kow <[EMAIL PROTECTED]> * Add a Cabal file for wxcore. This uses the Make build-type, so we still need our configure file and the makefile. Thu Feb 14 17:53:29 GMT 2008 Eric Kow <[EMAIL PROTECTED]> * Add caba