convert_libraries chokes on Posix.hsc

Ross Paterson ross@soi.city.ac.uk
Sun, 13 Oct 2002 00:16:50 +0100


[redirected to cvs-hugs]

On Sat, Oct 12, 2002 at 08:54:39PM +0100, Ross Paterson wrote:
> This also raises the issue that Posix.hsc makes the Hugs build depend
> on a GHC installation.  The script already avoids depending on happy
> to convert *.ly by using the corresponding .hs file if available, and
> the rpm source bundle contains a converted Language/Haskell/Parser.hs.
> I'll do the same for *.hsc and Text/Regex/Posix.hsc.

On second thoughts, this is a bad idea: the output of hsc2hs is
system-dependent.  I guess you either build with a GHC installation
or Text.Regex.Posix, Text.Regex and Network.URI are broken.