Re: [wxhaskell-users] preview: wx-config in Haskell

2011-07-21 Thread Eric Y. Kow
> - making wx cabal Setups dependent on this library instead of the > command line wx-config sounds like a very good idea > - one of the reasons it currently fails to work with official > wxHaskell darcs tip might be its usage of --version flag in > wxcore/Setup.hs, which I mentioned in a post to w

Re: [wxhaskell-users] preview: wx-config in Haskell

2011-07-20 Thread maciek . makowski
Good to see something moving in wxHaskell on Windows space. Some random remarks: - making wx cabal Setups dependent on this library instead of the command line wx-config sounds like a very good idea - one of the reasons it currently fails to work with official wxHaskell darcs tip might be its usag

Re: [wxhaskell-users] preview: wx-config in Haskell

2011-07-20 Thread Henk-Jan van Tuyl
On Wed, 20 Jul 2011 16:37:20 +0200, Eric Y. Kow wrote: > What do you think? > I was just about to start an almost one-to-one conversion of the C program. I can use some of your ideas. Regards, Henk-Jan van Tuyl -- http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html -- --

[wxhaskell-users] preview: wx-config in Haskell

2011-07-20 Thread Eric Y. Kow
Hi everybody, I'm trying to simplify the process of installing wxHaskell on Windows. My wxhaskell branch at http://darcsden.com/kowey/wxhaskell contains a Haskell implementation of wx-config. It seems to work for me as a drop-in replacement for wx-config on Windows, at least as far as wxHas