Re: video4linux

2002-12-10 Thread David Sankel
--- Martin Huschenbett <[EMAIL PROTECTED]> wrote: > Hi all, > > does anybody know how to read a single image from a > video4linux device under Haskell? > Thanks for all help, Hello, I think that the easiest way to do this would be to use the ffi to connect with C code that does this. David J.

video4linux

2002-12-10 Thread Martin Huschenbett
Hi all, does anybody know how to read a single image from a video4linux device under Haskell? Thanks for all help, Martin ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

RTA'03: call for papers

2002-12-10 Thread Femke van Raamsdonk
** ** * RTA'03 CALL FOR PAPERS * ** ** http://www.dsic.upv.es/~rdp03/rta The 14th Int. C

Re: help

2002-12-10 Thread Marc Ziegert
hey Suja@haskell.org, your mail address is faked.

Re: help

2002-12-10 Thread Marc Ziegert
what do you want to execute if you do not have a main function?   i.e. this LHS-file:   --rzsjztj ästrhü   > module Snoop where   rjstöh gitsh   > schnuck :: IO ()> schnuck = putStr "schnuck"   sdfthsrthk   > gumble :: IO

help

2002-12-10 Thread Suja
Hi,   I want to know how to execute a haskell program that does not contain a main module. I would also like to know the difference between .lhs and .hs extensions.