[Haskell-cafe] Network.CGI -- practical web programming example.

2009-06-27 Thread Edward Ing
I am somewhat new to haskell. It is amazing that I can actually write a CGI program using Network.CGI without really being comfortable with the Haskell type system. Especially when it involves monad transformations. So I decided that I better understand this. I looked at the Practical Web Programmi

Re: [Haskell-cafe] Building fastcgi from hackage on windows.

2008-08-08 Thread Edward Ing
Microsoft download pack doesn't have that - just the .dll (or perhaps cabal can't find where the fastcgi.h are). Edward Ing On Fri, Aug 8, 2008 at 6:08 AM, Iain Barnett <[EMAIL PROTECTED]> wrote: > have you installed this? > http://www.softpedia.com/progDownload/Microsoft-Fas

Re: [Haskell-cafe] Building fastcgi from hackage on windows.

2008-08-07 Thread Edward Ing
different. Where are include headers and libraries found in Windows XP system? What fastcgi implementation would you need for a Windows XP? These are the probably the important questions. Edward Ing On Thu, Aug 7, 2008 at 7:54 PM, Iain Barnett <[EMAIL PROTECTED]> wrote: > On 7 Aug 2008, a

[Haskell-cafe] Building fastcgi from hackage on windows.

2008-08-07 Thread Edward Ing
: `FCGX_Request' undeclared (first use in this function) It looks like I need the fastcgi sources. Where does this source come from? I didn't get any dependency messages when I did the setup config. Edward Ing ___ Haskell-Cafe mailing list

[Haskell-cafe] Network.CGI Content header problem in Firefox.

2008-08-07 Thread Edward Ing
Hi, I am doing some tests with Haskell to produce CGI programmes. I am running Microsoft IIS 5.0 as the weberver executing haskell compile executables that are cgi. If I set the header with a content type, Firefox always reports the content-type as application/octet-stream, and tries to initiate a

[Haskell-cafe] Haskellnet could not find network-any dependency.

2007-08-24 Thread Edward Ing
Hi, I am trying to install Haskellnet. But the configuration breaks on dependency of network-any in GHC 6.6. I thought network-any was part of Hierarchical libraries? If not where do I get it? Edaward. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell

[Haskell-cafe] Haskell DB tutorial link is broken.

2007-08-09 Thread Edward Ing
Hi, The following link is broken. http://www.haskell.org/hawiki/HaskellDbTutorial Edward Ing ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] F#

2007-07-17 Thread Edward Ing
Has anyone tried out F#? Is this a taboo subject here? ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] When is extra-libraries config in .cabal

2007-07-16 Thread Edward Ing
during runtime. (There is a libmsvcrt.a under c:\ghc\ghc-6.6.1\gcc-lib, should this have played a role? ) Edward Ing On unix the C compiler generally links to the standard C library without you having to ask for it explicitly. I'm not sure that if we automatically linked to msvcrt that eve

[Haskell-cafe] When is extra-libraries config in .cabal

2007-07-13 Thread Edward Ing
y what does the loading of the libraries. 2. Does a UNIX/POSIX system not have this problem? Information for understanding this problem would be great. Edward Ing ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/l

Re: [Haskell-cafe] HDBC-ODBC build/install problem.

2007-07-13 Thread Edward Ing
askellDB.HDBC.ODBC So it appears to me that Database.HaskellDB.HDBC.ODBC has been installed properly. Does the build of DBDirect have to be configured some way? I did not configure anything for DBDirect. Has it anything to do with hs-plugins? Your help would be appreciated. Edward Ing O

[Haskell-cafe] HDBC-ODBC build/install problem.

2007-07-12 Thread Edward Ing
ld not work ( I will learn from this.) Help would be appreciated. Edward Ing ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Having typing problem with "tan" function.

2006-10-12 Thread Edward Ing
an > appropriate place to use 'where'. > > hope this helps, > - Cale > > On 12/10/06, Edward Ing <[EMAIL PROTECTED]> wrote: > > Hi, > > I am new to Haskell, so the following problem is probably easy for you to > > spot but difficult for me.

[Haskell-cafe] Having typing problem with "tan" function.

2006-10-12 Thread Edward Ing
Hi, I am new to Haskell, so the following problem is probably easy for you to spot but difficult for me. Any pointers would be appreciated. In GHCI on a load I am getting the following message: SSnowflake.hs:41:45: No instance for (Floating Int) arising from use of `pi' at Snowflake.hs:

[Haskell-cafe] Mis-understanding something in Haskell interpretation

2006-10-03 Thread Edward Ing
Hi, I am new to Haskell and am learning Haskell on my own with "The Haskell School of Expression". Unfortunately there is no teacher that comes along with the book. I am having a problem with loading an excerise. I get this message from ghci on a :l Shapes.hs Shapes.hs:40:40: Couldn't match