cvs commit: nhc98/src/prelude/FFI Int.hs.cpp Word.hs.cpp
24 Apr
2003
24 Apr
'03
12:25 p.m.
malcolm 2003/04/24 05:25:29 PDT Modified files: src/prelude/FFI Int.hs.cpp Word.hs.cpp 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.10 +2 -22 nhc98/src/prelude/FFI/Int.hs.cpp 1.10 +7 -27 nhc98/src/prelude/FFI/Word.hs.cpp
8445
Age (days ago)
8445
Last active (days ago)
0 comments
1 participants
participants (1)
-
Malcolm Wallace