Fix incorrect changes to C types in a foreign import for nhc98.
authorMalcolm.Wallace@cs.york.ac.uk <unknown>
Wed, 4 Apr 2007 12:09:54 +0000 (12:09 +0000)
committerMalcolm.Wallace@cs.york.ac.uk <unknown>
Wed, 4 Apr 2007 12:09:54 +0000 (12:09 +0000)
commita2a70b9bf60672c72b35654105402cf21238b6f4
treecb3a6929cdc3d92a49828bcb25fce6ad3ebd6d5d
parent553e39786807a03e5072a717d722d56d646cbde8
Fix incorrect changes to C types in a foreign import for nhc98.
If we use type CTime, it needs to be imported.  Also, CTime is not an
instance of Integral, so use some other mechanism to convert it.
System/Random.hs