Re: [wxhaskell-devel] darcs patch: Data.Time package now only used when available

2008-03-08 Thread Eric Y. Kow
On Sat, Mar 08, 2008 at 15:39:26 +0900, shelarcy wrote: > How about we replace containers by ghc's one? > wxcore and wxdirect's containers are same as ghc's one. So, I think we > replace that easy. I think that's a good idea, but it may be prudent to postpone this until after this release (or at l

Re: [wxhaskell-devel] darcs patch: Data.Time package now only used when available

2008-03-07 Thread shelarcy
Hi, On Sat, 08 Mar 2008 07:31:22 +0900, Eric Y. Kow <[EMAIL PROTECTED]> wrote: >> I am changing the build system and I do not really know how that affects >> MS Windows users. And I have no MS Windows to test on. So if anybody >> would be so kind test on MS Window? > > I would be interested to hea

Re: [wxhaskell-devel] darcs patch: Data.Time package now only used when available

2008-03-07 Thread Eric Y. Kow
On Fri, Mar 07, 2008 at 22:24:56 +0100, Mads Lindstrøm wrote: > > Fri Mar 7 22:16:43 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > > * Data.Time package now only used when available > > > > Added test to see if Data.Time package is available. If not we use the > > old System.Time packag

Re: [wxhaskell-devel] darcs patch: Data.Time package now only used when available

2008-03-07 Thread Mads Lindstrøm
Hi Mads Lindstroem wrote: > Fri Mar 7 22:16:43 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > * Data.Time package now only used when available > > Added test to see if Data.Time package is available. If not we use the > old System.Time package in stead. I am changing the build system a