> The linker couldn't find the library `-lbfd', so I deleted this
> argument.
If I remember correctly, bfd is used inside the (developers) debugging
tools (disassembler? object printing tools?). (It might even be a
part of DEBUG_EXTRA which Julian nuked the other day.)
> Tested hugs with a few files. The first incompatibility I found is
> that STGHugs cannot derive `Enum' for enumeration types:
>
> > data T = A | B deriving (Enum)
Ord was a superclass of Enum in Haskell 1.3 but not in Haskell 1.4.
Wanna guess when the STG Hugs branch diverged from the main Hugs
branch?
Alastair