Re: [Haskell-cafe] HOpenGL and freeglut rendering problems

2009-11-25 Thread Jeff Zaroyko
On Wed, Nov 25, 2009 at 3:45 AM, Eitan Goldshtrom thesource...@gmail.com wrote: Hello. I'm new to this mailing list, so I apologize if this question is inappropriate for this list, but I've been looking for a solution to this problem for weeks and I've had no luck. I am trying to write a

Re: [Haskell-cafe] Parsers (Parsec and Iteratee-based Parsers)

2010-01-11 Thread Jeff Zaroyko
2010/1/12 Günther Schmidt gue.schm...@web.de: Hi John, thanks for responding. As I said I've been using Parsec quite a lot, but wonder if there is a different approach possible/feasible to parsing. Parsec (2x) isn't an online parser, ie, it doesn't produce a result before the whole parse is

Re: [Haskell-cafe] Windows emulator for testing purposes

2010-01-18 Thread Jeff Zaroyko
On Tue, Jan 19, 2010 at 7:27 AM, Ivan Lazar Miljenovic ivan.miljeno...@gmail.com wrote: Brandon S. Allbery KF8NH allb...@ece.cmu.edu writes: I wonder if Wine would be good enough for testing. If memory serves me correctly, I have heard about people installing the Windows version of GHC and

Re: [Haskell-cafe] Preview the new haddock look and take a short survey

2010-08-05 Thread Jeff Zaroyko
On Thu, Aug 5, 2010 at 11:48 PM, Johan Tibell johan.tib...@gmail.com wrote: On Thu, Aug 5, 2010 at 3:35 PM, Dino Morelli d...@ui3.info wrote: On Wed, 4 Aug 2010, Mark Lentczner wrote: One thing I haven't seen anyone else comment on is the width of the new docs. I have a large (26) monitor and

Re: [Haskell-cafe] Takusen - is anyone currently using it on Win32 - ODBC?

2009-09-01 Thread Jeff Zaroyko
2009/9/1 Günther Schmidt gue.schm...@web.de: One of the files for instance has 298 k lines. A glance over sushi revealed that parsec is involved so I can only presume it is read into memory all at once. That would certainly be a problem. There is nothing inherent about parsec that would

[Haskell-cafe] Re: Windows details

2008-09-11 Thread Jeff Zaroyko
Andrew Coppin andrewcoppin at btinternet.com writes: Steve Schafer wrote: Version information and application icons are both stored in data structures called resources; these are appended to the executable portion of the application, inside the EXE file. Thanks for your input.

[Haskell-cafe] Re: Windows details

2008-09-11 Thread Jeff Zaroyko
Andrew Coppin andrewcoppin at btinternet.com writes: Jeff Zaroyko wrote: In theory, you should be able to use mingw's windres tool to produce an object file from the resource definition which you'd link with the rest of your program. Yes, there's a cryptic comment burried away

[Haskell-cafe] Re: Windows details

2008-09-13 Thread Jeff Zaroyko
Andrew Coppin andrewcoppin at btinternet.com writes: Jeff Zaroyko wrote: Andrew Coppin andrewcoppin at btinternet.com writes: Jeff Zaroyko wrote: In theory, you should be able to use mingw's windres tool to produce an object file from the resource definition which you'd

[Haskell-cafe] Re: ANNOUNCE: maccatcher-1.0.0

2008-10-10 Thread Jeff Zaroyko
Jason Dusek jason.dusek at gmail.com writes: This simple little package obtains a MAC address on *NIX and Windows. It is known to work on Linux, OS X and Windows XP. There is no C fanciness in this package -- it relies on shell commands. The MAC is cached after the first query,

Re: [Haskell-cafe] Haskell library support

2008-11-17 Thread Jeff Zaroyko
2008/11/15 Galchin, Vasili [EMAIL PROTECTED]: Hello, I am looking for something to work on. Where are there perceived holes in the Haskell library support? Regards, Vasili Hello Vasili Maybe the haskell.org wiki would be a good place for people to record their suggestions?

Re: [Haskell-cafe] Haskell library support

2008-11-18 Thread Jeff Zaroyko
On Wed, Nov 19, 2008 at 9:45 AM, Galchin, Vasili [EMAIL PROTECTED] wrote: Hi Jeff, Is http://haskell.org/haskellwiki/Wanted_libraries kept up to date? I wouldn't want to reinvent a wheel ;^) Vasili Hi Vasili, I was hoping that this thread could spur some interest from people to

Re: [Haskell-cafe] IRC question

2008-11-26 Thread Jeff Zaroyko
2008/11/26 Galchin, Vasili [EMAIL PROTECTED]: Hello, I am using Ubuntu Linux and I want to get the Haskell IRC feed. What IRC client can I use and how to configure? Thanks, Vasili If you are an Emacs user, then you can either use rcirc or erc M-x erc RET RET RET RET /join #haskell RET

Re: [Haskell-cafe] Cross compiling from Linux to windows?

2008-12-28 Thread Jeff Zaroyko
On Mon, Dec 29, 2008 at 10:31 AM, Erik de Castro Lopo mle...@mega-nerd.com wrote: Hi all, I've googled for this but haven't really found an answer yet. Is it possible to build (or better yet download) a GHC compiler that runs on Linux and generates windows binaries? I already use the MinGW

Re: [Haskell-cafe] Re: Low-level networking [Haskell not ready for Foo]

2009-01-09 Thread Jeff Zaroyko
On Sat, Jan 10, 2009 at 5:20 AM, Andrew Coppin andrewcop...@btinternet.com wrote: Dominic Steinitz wrote: John Goerzen jgoerzen at complete.org writes: Any idea how I get Haskell to send ICMP ECHO packets? (And, obviously, receive the replies.) SocketType claims to support Raw, which I

Re: [Haskell-cafe] Need some advice on deploying an app

2009-02-23 Thread Jeff Zaroyko
On Tue, Feb 24, 2009 at 7:04 AM, Gü?nther Schmidt gue.schm...@web.de wrote: Hi, I've just finished developing my haskell - windows app and am ready to ship it now. I'm using Inno Setup for the installation but need another tool that would wrap my app inside itself and check for valid keys or