[Haskell-cafe] Re: CGI module almost useless

Ferenc Wagner wferi at tba.elte.hu
Fri Jun 3 10:00:56 EDT 2005


John Goerzen <jgoerzen at complete.org> writes:

> On 2005-06-02, Ferenc Wagner <wferi at tba.elte.hu> wrote:
>
>> Yes, I also mailed upstream and got no response.  But I'm
>> using WASH under GHC 6.4 without any problems.  Automatic
>> preprocessor invocation is not supported in 6.4, but that
>> style of coding didn't really work out for me anyway.
>
> Can you enlighten us as to how you made that work?

Eh, why not, I guess...  I use this patch (from the Web, I
don't quite remember exactly where):
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wash64.patch
Type: text/x-patch
Size: 3250 bytes
Desc: not available
Url : http://www.haskell.org//pipermail/haskell-cafe/attachments/20050603/38b3b18f/wash64-0001.bin
-------------- next part --------------

After make install finishes unsuccessfully, I invoke this:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: packages.sh
Type: text/x-sh
Size: 2678 bytes
Desc: not available
Url : http://www.haskell.org//pipermail/haskell-cafe/attachments/20050603/38b3b18f/packages-0001.bin
-------------- next part --------------

Of course you should change the --package-conf file and the
{import,library}-dirs to match your ./configure options.  I
wasn't root on this machine so had to install in my home
directory, and didn't want to pollute my user package.conf
with wild guesses.  Anyway, your chosen package.conf must
contain at least [] before running this script.

Good luck!

> ghc-6.4: panic! (the `impossible' happened, GHC version 6.4):
>         forkM Declaration for zdfReasonISODate{v}

On this, see GHC bug 1188785 (not of much interest).
-- 
Feri.


More information about the Haskell-Cafe mailing list