Re: [Haskell-cafe] Re: ANNOUNCE: HNOP 0.1

2006-07-01 Thread Bill Wood
On Fri, 2006-06-30 at 21:20 -0700, Bjorn Bringert wrote: . . . I guess this is related to the issue of exception handling. What if the program is interrupted when it's halfway through doing nothing? Ideally we would like to guarantee that it does nothing atomically. This may be

Re: [Haskell-cafe] JRegex on large input sizes

2006-07-01 Thread Chris Kuklewicz
David House wrote: Hi all. I need a decent regex library and JRegex seems the perfect choice: simple API, yet well-featured, as well as PCRE support. I maintain Text.Regex.Lazy ( http://sourceforge.net/projects/lazy-regex ) so I would mention it does not have full PCRE support. The module's

[Haskell-cafe] EclipseFP (Haskell IDE) 0.10.0 released

2006-07-01 Thread Thiago Arrais
EclipseFP 0.10 has been released since last Friday. It is an open-source development environment for Haskell code. EclipseFP integrates GHC with an Haskell-aware code editor and also supports quick file browsing through an outline view, automatic building/compiling and quick one-button code

Re: [Haskell-cafe] Re: [haskell] ANNOUNCE: HNOP 0.1

2006-07-01 Thread mvanier
Yup, that's the problem all right. Recompiling ghc with --with-gcc=/usr/bin/gcc-3.3 (on Debian) gives small executables. Thanks, Ian! What a relief -- I was running multiple instances of hnop and it was chewing up all of my memory ;-) Perhaps an hnop server might be a useful future

[Haskell-cafe] Re: Not in scope: type constructor or class

2006-07-01 Thread Joel Reymont
I should have opened my eyes real wide. This does the trick and makes TH look for HOC.Arguments.ObjCArgument which is proper. thModulePrefix mod id = HOC. ++ mod ++ . ++ id On Jul 1, 2006, at 10:33 PM, Joel Reymont wrote: Folks, I'm getting this error: ./HOC/StdArgumentTypes.hs:1:0: