[Haskell-cafe] Sun OpenSPARC project?

2008-08-17 Thread Galchin, Vasili
Hello, Is this project open to the entire Haskell community or only students? Regards, Vasili ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] duplicate symbols for ODBC-1.1.4.4 when running with GHCi

2008-08-17 Thread Andrew U. Frank
when i run a program (which works with GHC) under GHCi (in eclipse with FP support) then i get GHCi linker duplicate definition for symbol _sqlSucceeded whilst processing HSHDBC-odbc-1.1.4.4.o what is wrong here? any suggestion what i can change? thank you andrew

Re: [Haskell-cafe] duplicate symbols for ODBC-1.1.4.4 when running with GHCi

2008-08-17 Thread Andrew U. Frank
additional information - the problem occurs only under windows (with ghc 6.8.3), not under linux (ubuntu) - with ghc 6.8.2 with linux (ghc 6.8.2) it executes under ghci. On Sun, 2008-08-17 at 12:21 +0200, Andrew U. Frank wrote: > when i run a program (which works with GHC) under GHCi (in eclipse

[Haskell-cafe] Houston-area FPers?

2008-08-17 Thread Austin Seipp
Hi, In less than a week I'll be moving to Houston TX in order to start school at university (University of Houston.) I'm wondering if there are any functional programmers (particularly haskellers) in that part of the state? If so, a group meeting and perhaps eventually a user-group would be lovel

Re: [Haskell-cafe] permutations and performance

2008-08-17 Thread Yitzchak Gale
John D. Ramsdell <[EMAIL PROTECTED]> wrote: > I tried to replace a permutation generator with one that generates > each permutation from the previous one, in a stream-like fashion. I > had hoped the stream-based algorithm would be more efficient because I > use only one permutation at a time, so o

Re: [Haskell-cafe] Cabal has trouble with projects that have both src and lib directories?

2008-08-17 Thread Duncan Coutts
On Thu, 2008-08-14 at 22:32 -0400, Nicholas Andrews wrote: > Hi! > > I'm trying to set up a project with both src and lib directories with > cabal. My blah.cabal file looks like: > > Library > Build-Depends: base > Exposed-Modules:Foo > hs-source-dirs: lib/foo > > Executable

Re: [Haskell-cafe] GHC 6.8.3 binary for older linux

2008-08-17 Thread Duncan Coutts
On Thu, 2008-08-14 at 16:31 +0800, Agent Zhang wrote: > Halo~ > > I ran into the following error while trying to run a binary generated > by GHC 6.8.x on our production machines with a not-so-recent linux > installed (kernel 2.6.9). > > $ ./restyscript > restyscript: timer_create: Invalid

[Haskell-cafe] darcs hacking sprint (25-26 October)

2008-08-17 Thread Eric Y. Kow
Dear Haskellers, As Jason mentions, there has been recently been a lot of interest in darcs and an influx of new contributors. Thanks, everybody! Things are moving faster now with a few extra brains on board. We have some very ambitious plans, though and we still need all the help we can get.

[Haskell-cafe] Re: darcs hacking sprint (25-26 October)

2008-08-17 Thread Eric Y. Kow
On Sun, Aug 17, 2008 at 21:33:17 +0100, Eric Y. Kow wrote: > The venues are not yet fixed, although we have some tentative offers for > space in London (thanks to Ganesh) and Portland (thanks to Galois). Correction! We have a tentative offer for space near *Cambridge* (thanks to Ganesh) and to Ia

[Haskell-cafe] FRP question

2008-08-17 Thread Tim Newsham
I'm interested in FRP, have read several of the papers and am wondering if it could be applied to writing multi-client server programs. What would be the input type events for such a system? What would be the output type events? How would the system handle the fact that it has to multiplex sever

Re: [Haskell-cafe] FRP question

2008-08-17 Thread Pierre-Evariste Dagand
Hi, > I'm interested in FRP, have read several of the papers and am wondering > if it could be applied to writing multi-client server programs. That's funny: in the last few months, I have developed a functional-reactive framework for large scale distributed system programming. You can find the

Re: [Haskell-cafe] X Haskell Bindings

2008-08-17 Thread Spencer Janssen
On Sat, Aug 16, 2008 at 04:07:25PM -0500, Antoine Latter wrote: > Haskellers, > > I'm slowly porting XCB (the X C Bindings) to Haskell, and I would like > input from any interested parties. > > The following is a summary of my plan so far. I'm interested in > hearing any suggestions or concerns

Re: [Haskell-cafe] X Haskell Bindings

2008-08-17 Thread Brandon S. Allbery KF8NH
On 2008 Aug 17, at 20:34, Spencer Janssen wrote: On Sat, Aug 16, 2008 at 04:07:25PM -0500, Antoine Latter wrote: Since the request to create a window has so many parameters, these parameters are all wrapped up into a "CreateWindow" data type, which is only ever used by the "createWindow" functio

Re: [Haskell-cafe] permutations and performance

2008-08-17 Thread John D. Ramsdell
On Sun, Aug 17, 2008 at 11:27 AM, Yitzchak Gale <[EMAIL PROTECTED]> wrote: > There, Twan van Laarhoven designs the implementation > of the permutations function that is slated to be included in > GHC 6.10. I look forward to Twan's design. I found the Haskell 1.3 definition. > -- permutations xs

Re: [Haskell-cafe] permutations and performance

2008-08-17 Thread John D. Ramsdell
On Sat, Aug 16, 2008 at 5:28 PM, Henning Thielemann <[EMAIL PROTECTED]> wrote: > There is _one_ permutation with no elements, namely [], thus it must be >| n == 0 = [[]] I see. John ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://

[Haskell-cafe] Houston area FPers....

2008-08-17 Thread Galchin, Vasili
Hi Austin, I live next to the NASA Johnson Space Center. JSC is minutes away from Uof H Clear Lake. Which campus are you going to? (main campus?). Kind regards, Vasili ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/

[Haskell-cafe] Re: Fwd: Haskell job opportunity: Platform Architect at Peerium, Inc.

2008-08-17 Thread Benjamin L . Russell
On Fri, 15 Aug 2008 11:29:46 -0700, Don Stewart <[EMAIL PROTECTED]> wrote: >DekuDekuplex: >> On Thu, 14 Aug 2008 14:17:05 -0700, Don Stewart <[EMAIL PROTECTED]> >> wrote: >> >> >[...] >> > >> >Skills: >> >Proficiency and a strong interest in Haskell programming :) >> > >> >Bachelor's de

[Haskell-cafe] the cabal category field and "uploads"

2008-08-17 Thread Galchin, Vasili
Hi Ross, When I upload a code contribution, how do I specify which category in the Hackage database, e.g. System? Kind regards, Vasili ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] Re: Houston area FPers....

2008-08-17 Thread Galchin, Vasili
Austin, I have a friend (a former tech lead) at Google who told me that http://www.cs.rice.edu/~taha/ ... is doing FP research Rice U. Kind regards, Vasili On Sun, Aug 17, 2008 at 9:47 PM, Galchin, Vasili <[EMAIL PROTECTED]>wrote: > Hi Austin, > > I live next to the NASA Johnson Spac

Re: [Haskell-cafe] the cabal category field and "uploads"

2008-08-17 Thread Don Stewart
vigalchin: >Hi Ross, > > When I upload a code contribution, how do I specify which category in >the Hackage database, e.g. System? > add: category: System to your project's .cabal file ___ Haskell-Cafe mailing list Haskell-Cafe@ha

Re: [Haskell-cafe] the cabal category field and "uploads"

2008-08-17 Thread Galchin, Vasili
thanks, Don! Vasili ;^) On Sun, Aug 17, 2008 at 11:37 PM, Don Stewart <[EMAIL PROTECTED]> wrote: > vigalchin: > >Hi Ross, > > > > When I upload a code contribution, how do I specify which > category in > >the Hackage database, e.g. System? > > > > add: > >category: System > >