[project @ 2003-04-24 12:25:26 by malcolm]
authormalcolm <unknown>
Thu, 24 Apr 2003 12:25:28 +0000 (12:25 +0000)
committermalcolm <unknown>
Thu, 24 Apr 2003 12:25:28 +0000 (12:25 +0000)
commit17c3536d93b3d35082ac025bb35176168c359165
tree4a1b2dff307be65cbdc76b37800f14cf8a928b24
parent544fc40d0b2e933112b5bd06ae3ad45056493b9c
[project @ 2003-04-24 12:25:26 by malcolm]
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.
Data/Int.hs
Data/Word.hs
Makefile.nhc98
NHC/SizedTypes.hs.cpp [new file with mode: 0644]