CVS Hugs FFI problems

Sigbjorn Finne sof@galois.com
Wed, 11 Sep 2002 16:48:16 -0700


Thx - hopefully we're approaching a fixed point here..this
one was due to overzealously handling data constructors
in export lists (where they cannot appear in H98). This
interfered with type synonym exportation.

--sigbjorn

----- Original Message ----- 
From: "Ross Paterson" <ross@soi.city.ac.uk>
To: "Sigbjorn Finne" <sof@galois.com>
Cc: <cvs-hugs@haskell.org>
Sent: Wednesday, September 11, 2002 15:24
Subject: Re: CVS Hugs FFI problems


> On Wed, Sep 11, 2002 at 01:49:20PM -0700, Sigbjorn Finne wrote:
> > Thanks, now up tidied. Surprised this one wasn't
> > caught by the regression tests.
> 
> Still a bit of this bug left, though it's hard to narrow down.
> Try loading ParsecPerm (old libs) or Text.ParserCombinators.Parsec.Perm.