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 wrote: > On Thu, Aug 5, 2010 at 3:35 PM, Dino Morelli 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 use the browser full-scre

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 wrote: > "Brandon S. Allbery KF8NH" 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 using it under Wine for testing purpose

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

2010-01-11 Thread Jeff Zaroyko
2010/1/12 Günther Schmidt : > 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 completed.

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 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 program with HOpenGL a

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

2009-09-01 Thread Jeff Zaroyko
2009/9/1 Günther Schmidt : > > 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 cause all input to

Re: [Haskell-cafe] How to install HOpenGL to Windows?

2009-04-08 Thread Jeff Zaroyko
On Wed, Apr 8, 2009 at 3:14 PM, Alexandr N. Zamaraev wrote: > > How to build HOpenGL? > > Os Windows Vista Home Ru + sp Hello Alexandr, Linked from here http://www.haskell.org/haskellwiki/Opengl http://netsuperbrain.com/blog/posts/freeglut-windows-hopengl-hglut/ Jeff __

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 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 an expiration

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 wrote: > Dominic Steinitz wrote: >> >> John Goerzen 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 think is t

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 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 C compiler 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 #haske

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 peopl

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? htt

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

2008-10-10 Thread Jeff Zaroyko
Jason Dusek 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, using an >

[Haskell-cafe] Re: Windows details

2008-09-13 Thread Jeff Zaroyko
Andrew Coppin btinternet.com> writes: > > Jeff Zaroyko wrote: > > Andrew Coppin btinternet.com> writes: > > > > > >> Jeff Zaroyko wrote: > >> > >>> In theory, you should be able to use mingw's windres tool to produce &

[Haskell-cafe] Re: Windows details

2008-09-11 Thread Jeff Zaroyko
Andrew Coppin 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. > > > > Y

[Haskell-cafe] Re: Windows details

2008-09-11 Thread Jeff Zaroyko
Andrew Coppin 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. I'