[cvs-nhc98] cvs commit: nhc98/include/NHC FFI.hi
Malcolm Wallace
malcolm@glass.cse.ogi.edu
Thu, 24 Apr 2003 05:25:27 -0700
malcolm 2003/04/24 05:25:27 PDT
Modified files:
include/NHC FFI.hi
Log:
Add instances of Data.Bits.Bits for Int/Word[8,16,32,64] in a different
way. The module Data.Bits is only available from the base package,
which is normally added to the link line *before* the standard libraries,
hence if the instances are in the latter, you get link errors. So move
the instances into the base package where they belong, in NHC.SizedTypes.
Revision Changes Path
1.5 +0 -18 nhc98/include/NHC/FFI.hi