Working with the latest hugs (990121 Beta), and using the
--enable-prims flag and loading HugsInternals, I encountered the
following problems:

1) HugsInternals declares the newtype Addr which is also declared by
   the Prelude; the system kicks out.  I solved this by replacing
   "Addr" by "Adrr" in that module only.

2) IOExtensions does not reexport "unsafePerformIO"; this breaks
   HugsInternals.  I solved this by adding it!

Nothing complex, but what the heck.

All the best.

                                        Dave Barton <*>
                                        [EMAIL PROTECTED] )0(
                                        http://www.averstar.com/~dlb

Reply via email to