From: shelarcy <she...@gm...> - 2008-11-13 01:48:46
|
Hi, On Thu, 13 Nov 2008 01:54:29 +0900, Eric Kow <eri...@gm...> wrote: > Wed Nov 12 16:53:42 GMT 2008 Eric Kow <eri...@gm...> > * Add a rudimentary cabal file for wxdirect > > > [Add a rudimentary cabal file for wxdirect > Eric Kow <eri...@gm...>**20081112165342 > Ignore-this: 583d2eaa76a29cc0ceaf9a88c478e507 > ] { > > + parsec >= 2.1.0 && < 3 > + else > + build-depends: base < 3, > + time >= 1.0.0 && < 1.1, > + parsec >= 2.1 && < 3 wxdirect can work with parsec 3. So, here is a correct build-dpends. parsec >= 2.1.0 && < 4 Attached is a fixed patch. I'll push that tomorrow. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |