Re: [wxhaskell-devel] darcs patch: Bump to 0.10.3. (and 14 more)

2008-03-05 Thread Eric Kow
Hi, It seems that your patch break bindist. Argh :-) ifdef ENABLE-PROF wx: wx-main-only wx-prof else wx: wx-main-only endif wx-main-only: wxcore-clean wx-main Huh. So that's why it kept recompiling wxcore. Is there a good reason for wx to be calling wxcore-clean? $docroot

[wxhaskell-devel] darcs patch: Bump to 0.10.3. (and 17 more)

2008-03-05 Thread Eric Kow
Tue Mar 4 22:43:27 GMT 2008 Eric Kow [EMAIL PROTECTED] * Bump to 0.10.3. Wed Mar 5 10:32:28 GMT 2008 Eric Kow [EMAIL PROTECTED] * Add vim modeline for makefile.lib. It's really irritating otherwise; vim thinks it's COBOL. Wed Mar 5 11:14:15 GMT 2008 Eric Kow [EMAIL PROTECTED] *

[wxhaskell-devel] Compiling the sources with ghc-6.6.3

2008-03-05 Thread Mads Lindstrøm
Hi all I've been trying to compile WxHaskell with GHC 6.6.3, as this is the stable version in Debian. I know I should have done this regularly, but I have unfortunately been getting into the bad habit of only compiling with GHC 6.8.1 and GHC 6.8.2. First of all, I assume that if people want to

Re: [wxhaskell-devel] Compiling the sources with ghc-6.6.3

2008-03-05 Thread Eric Kow
The problem is that the module imports Data.Time, which do not exist in GHC 6.3.3. If I uncommit the patch everything compiles. And the examples in samples/wx runs - the two I tried anyway. Would it be fair to ask people to install the time package?

Re: [wxhaskell-devel] darcs patch: Create a --enable-split-objs option for ... (and 8 more)

2008-03-05 Thread Eric Y. Kow
On Wed, Mar 05, 2008 at 21:26:13 +0900, shelarcy wrote: I checked that now this patch also works on Windows. Thank you for your work. Thanks for all that feedback! I've pushed these in. -- Eric Kow http://www.nltg.brighton.ac.uk/home/Eric.Kow PGP Key ID: 08AC04F9 pgpElQD2BZsss.pgp

[wxhaskell-devel] darcs patch: Sync Visual Studio's wxc library version to 0.10.3.

2008-03-05 Thread shelarcy
darcs3ec3e0 Description: Binary data - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008.

Re: [wxhaskell-devel] Compiling the sources with ghc-6.6.3

2008-03-05 Thread shelarcy
Hi, On Thu, 06 Mar 2008 05:22:54 +0900, Mads Lindstrøm [EMAIL PROTECTED] wrote: Would it be fair to ask people to install the time package? http://hackage.haskell.org/cgi-bin/hackage-scripts/package/time-1.1.2.0 It would be fair, except that the time-package did not compile easily on Debian