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

2008-03-05 Thread Mads Lindstrøm
. Anyway, my question is, how do we remove this dependency on Data.Time for GHC 6.6 only, without forcing GHC 6.8 users to also not use Data.Time? Also, do other people compile with GHC 6.6? Or is it just me who have to, because Debian's is so out of date. Greetings, Mads Lindstrøm

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

2008-03-07 Thread Mads Lindstrøm
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? Greetings, Mads Lindstrøm - This SF.net email is sponsored by: Microsoft Defy all

Re: [wxhaskell-devel] darcs patch: Initial support for Debian DEB files (and 1 more)

2008-03-09 Thread Mads Lindstrøm
this the right way. Greetings, Mads Lindstrøm Sat Mar 8 20:53:18 CET 2008 Mads Lindstroem [EMAIL PROTECTED] * Delete DataTimeTest.hs file after DataTime test - This SF.net email is sponsored by: Microsoft Defy

Re: [wxhaskell-devel] darcs patch: Debian build: version automatically reco... (and 2 more)

2008-03-10 Thread Mads Lindstrøm
Hi This should make the Debian side of things ready for rc1. I am quite tired right now and will therefore wait uploading until tomorrow. Also I contacted Pavel Shramov about his Debian build and whether he would want to have access to the Darcs repo. Greetings, Mads Mads Lindstroem wrote:

Re: [wxhaskell-devel] darcs patch: Makefile now executes programs on Linux ... (and 3 more)

2008-03-13 Thread Mads Lindstrøm
Greetings, Mads Lindstrøm Wed Mar 12 20:14:02 CET 2008 Mads Lindstroem [EMAIL PROTECTED] * Updating links Wed Mar 12 20:17:16 CET 2008 Mads Lindstroem [EMAIL PROTECTED] * Reflecting that we now have two mailing lists Wed Mar 12 20:21:16 CET 2008 Mads Lindstroem [EMAIL

Re: [wxhaskell-devel] [wxhaskell-users] ANNOUNCE: wxHaskell 0.10.3 rc1

2008-03-16 Thread Mads Lindstrøm
Eric Y. Kow: On Sun, Mar 16, 2008 at 12:32:46 +0100, Mads Lindstrøm wrote: I have made it now. It is compiled with Debian unstable's ghc. By the way, your files seem to be a bit smaller than the MacOS X and Windows one. Are you also using -hcprof and --enable-split-objs? for GHC 6.8

[wxhaskell-devel] RC2 packages for Debian

2008-03-17 Thread Mads Lindstrøm
Hi, I have just made a new package for Debian including profiling and documentation. I did so that it will resemble the other packages. It is made for GHC 6.8. Unless anyone disagree, I will upload it as RC2 ? I will make a similar package for GHC 6.6. Greetings, Mads Lindstrøm

Re: [wxhaskell-devel] darcs patch: Update homepage for expected 0.10.3 release.

2008-03-20 Thread Mads Lindstrøm
Hi, Eric Kow wrote: Last call for patches. I think I'm ready to tag and release by Saturday 13:00 (UTC) I cannot really do much WxHaskell work on Saturday. So either it will have to wait until Sunday or maybe you could tag the release Friday evening? Greetings, Mads Thu Mar 20 22:43:34

[wxhaskell-devel] patch applied (wxhaskell): Fix building with GHC 6.10.*.

2008-09-22 Thread Mads Lindstrøm
Mon Sep 22 11:59:20 EDT 2008 shelarcy [EMAIL PROTECTED] * Fix building with GHC 6.10.*. M ./configure -14 +22 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20080922155920-c1071-3bf6d96e89985550fed452951deadf979534d7a5.gz

[wxhaskell-devel] Trouble compiling any wxHaskell program after XRC patches

2008-11-02 Thread Mads Lindstrøm
underlying wxWidgets library. But compiling wxWidgets with xrc enabled did not solve my problem. I use version 2.8 of wxWidgets. Anybody has a clue to what to do about the problem? Greetings, Mads Lindstrøm - This SF.Net email

Re: [wxhaskell-devel] processExecAsync and processExecAsyncTimed don't work in version 0.10.3

2008-11-05 Thread Mads Lindstrøm
on stdout): Stdout: 100: Info Stdout: 98: Info Stdout: 96: Info Stdout: 94: Info ... Do you have any idea? (Before starting to delve deep into the process management myself...) Nope, I have no idea why it do not work for you - sorry :( /Mads Lindstrøm Thanks again, Bernd Hi

[wxhaskell-devel] patch applied (wxhaskell): Fixed function name wxXmlResource_GetStyledTextCtrl

2008-11-07 Thread Mads Lindstrøm
Fri Nov 7 15:42:15 EST 2008 [EMAIL PROTECTED] * Fixed function name wxXmlResource_GetStyledTextCtrl M ./wxc/src/eljrc.cpp -1 +1 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20081107204215-6ab19-1f317be615c982f43b007337bade304760bc191f.gz

Re: [wxhaskell-devel] Trouble compiling any wxHaskell program after XRC patches

2008-11-07 Thread Mads Lindstrøm
Hi, Hi, I made patch for this problem. Attached is a patch for that. Please test. Thank you for the patch. There was one minor issue, which I have fixed. Your and my patch has been pushed to code.haskell.org. /Mads Lindstrøm Best Regards, On Mon, 03 Nov 2008 23:46:25 +0900

[wxhaskell-devel] XRC and type safety

2008-12-07 Thread Mads Lindstrøm
rb1Button f = buttonRes f rb1 cb1Button f = buttonRes f cb1 If people are interested, I would gladly volunteer to turn the proof of concept into real code. Greetings Mads Lindstrøm -- SF.Net email is Sponsored by MIX09

Re: [wxhaskell-devel] 0.11.0 not playing nice with wx 2.8 on Linux

2008-12-28 Thread Mads Lindstrøm
Hi Adam Williamson: Hi, guys. I'm currently working to convert all of Mandriva to wxgtk 2.8 rather than 2.6. wxhaskell is just about the last wxgtk 2.6 piece. :) I read via the wiki that 0.11.0 seems not only to claim to support 2.8, but to more or less require it: wxHaskell 0.11.x

Re: [wxhaskell-devel] 0.11.0 not playing nice with wx 2.8 on Linux

2009-02-13 Thread Mads Lindstrøm
Hi Shelarcy's latest patch solves the problem. At least it did for me and Chris Casinghino (according to a wxhaskell post). If you upgrade to the latest version from the Darcs repo, then please report your results. /Mads Adam Williamson wrote: Hi, guys. I'm currently working to convert all